Expecting: CERTIFICATE REQUEST error while creating intermediate pair
I am trying to create signed client certificates (clients should be able to use TLS for certain services on our server). Using these instructions: https://jamielinux.com/docs/openssl-certificate-authority/create-the-intermediate-pair.html I am stumbling upon this error for creating the intermediate certificate: Error reading certificate request in /etc/pki/CA/intermediate/csr/intermediate.csr.pem 140216770922384:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:707:Expecting: CERTIFICATE REQUEST The csr is created with sudo openssl […]