diff --git a/reference/openssl/functions/openssl-csr-new.xml b/reference/openssl/functions/openssl-csr-new.xml index a7b8694ede..88cbc44ab9 100644 --- a/reference/openssl/functions/openssl-csr-new.xml +++ b/reference/openssl/functions/openssl-csr-new.xml @@ -1,5 +1,5 @@ - + @@ -59,33 +59,33 @@ digest_alg - string + string default_md Selects which digest method to use x509_extensions - string + string x509_extensions Selects which extensions should be used when creating an x509 certificate req_extensions - string + string req_extensions Selects which extensions should be used when creating a CSR private_key_bits - integer + string default_bits Specifies how many bits should be used to generate a private key private_key_type - integer + integer none Specifies the type of private key to create. This can be one of OPENSSL_KEYTYPE_DSA, @@ -97,7 +97,7 @@ encrypt_key - booean + boolean encrypt_key Should an exported key (with passphrase) be encrypted?