Remove stray space characters

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-06-20 23:11:59 +01:00
parent 72a32a3288
commit 47080028e3
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -13,9 +13,9 @@ crl_dir = $dir # Where the issued crl are kept
database = $dir/index.txt # database index file. database = $dir/index.txt # database index file.
new_certs_dir = $dir/certs_by_serial # default place for new certs. new_certs_dir = $dir/certs_by_serial # default place for new certs.
certificate = $dir/ca.crt # The CA certificate certificate = $dir/ca.crt # The CA certificate
serial = $dir/serial # The current serial number serial = $dir/serial # The current serial number
crl = $dir/crl.pem # The current CRL crl = $dir/crl.pem # The current CRL
private_key = $dir/private/ca.key # The private key private_key = $dir/private/ca.key # The private key
RANDFILE = $dir/.rand # private random number file RANDFILE = $dir/.rand # private random number file
@ -57,7 +57,7 @@ serialNumber = optional
# We key off $DN_MODE to determine how to format the DN # We key off $DN_MODE to determine how to format the DN
[ req ] [ req ]
default_bits = $ENV::EASYRSA_KEY_SIZE default_bits = $ENV::EASYRSA_KEY_SIZE
default_keyfile = privkey.pem default_keyfile = privkey.pem
default_md = $ENV::EASYRSA_DIGEST default_md = $ENV::EASYRSA_DIGEST
distinguished_name = $ENV::EASYRSA_DN distinguished_name = $ENV::EASYRSA_DN
x509_extensions = easyrsa_ca # The extensions to add to the self signed cert x509_extensions = easyrsa_ca # The extensions to add to the self signed cert