Method Standards.X509.make_tbs()
- Method
make_tbs
TBSCertificatemake_tbs(Sequenceissuer,Sequencealgorithm,Sequencesubject,Sequencekeyinfo,Integerserial,Sequencevalidity,array|int(0)|voidextensions)- Description
Creates the ASN.1 TBSCertificate sequence (see RFC 2459 section 4.1) to be signed (TBS) by the CA. version is explicitly set to v3, and extensions is optionally added to the sequence. issuerUniqueID and subjectUniqueID are not supported.
- Method
make_tbs
variantTBSCertificatemake_tbs(Sequenceissuer,Sequencealgorithm,Sequencesubject,Sequencekeyinfo,Integerserial,intttl,array|int(0)|voidextensions)- Description
Creates the ASN.1 TBSCertificate sequence (see RFC 2459 section 4.1) to be signed (TBS) by the CA. version is explicitly set to v3, validity is calculated based on time and ttl, and extensions is optionally added to the sequence. issuerUniqueID and subjectUniqueID are not supported.
- Note
Prior to Pike 8.0 this function returned a plain Sequence object.