Certificate.serialNumber

Sets the serial number of the new unsigned certificate.

Note, this serial number should be unique for all certificates signed by the provided certificate authority. Having two Certificates with the same serial number can cause problems with web browsers and other apps because they will be different certificates.

  1. Certificate serialNumber(uint serial)
    class Certificate
    serialNumber
    (
    uint serial
    )
  2. uint serialNumber()

Meta