Skip to main content

X509CertificateCreateParamsBase

Base arguments for certificate creation

Extended by

Properties

extensions?

optional extensions: Extension[]

List of extensions


notAfter?

optional notAfter: Date

Date after which certificate can't be used. Default is 1 year from now


notBefore?

optional notBefore: Date

Date before which certificate can't be used. Default is current date


serialNumber?

optional serialNumber: string

Hexadecimal serial number. If not specified, random value will be generated


signingAlgorithm?

optional signingAlgorithm: Algorithm | EcdsaParams

Signing algorithm. Default is SHA-256 with key algorithm