createCertReq

Create a PKCS#10 certificate request.

static if(__traits(compiles, ()))
createCertReq
()
(
auto const ref X509CertOptions opts
,
in PrivateKey key
,
in string hash_fn
,)

Parameters

opts X509CertOptions

the options defining the request to create

key PrivateKey

the key used to sign this request

hash_fn string

the hash function to use

rng RandomNumberGenerator

the rng to use

Return Value

newly created PKCS#10 request

Meta