Method Standards.X509.make_extension()
- Method
make_extension
Sequence
make_extension(Identifier
id
,Object
ext
,void
|int
critical
)- Description
Creates a certificate extension with the
id
as identifier andext
as the extension payload. If thecritical
flag is set the extension will be marked as critical.