X509CertOptionsImpl.this

Construct a new options object

class X509CertOptionsImpl
public
this
(
in string initial_opts = ""
,
Duration expiration_time = 365.days
)

Parameters

initial_opts string

define the common name of this object. An example for this parameter would be "common_name/country/organization/organizational_unit".

expiration_time Duration

the expiration time (default 1 year)

Meta