Hello,
My name is Ivan, and I'm trying to get OpenSSL to make a CRL with an authority key identifier.Making the CA:
openssl req -new -x509 -days 3650 -extensions v3_ca -keyout private/cakey.pem -out cacert.pem -config req.cnf
Making the certificate:
openssl req -new -nodes -out pdf-req.pem -keyout private/pdf-pkey.pem -config req.cnf
openssl ca -config req.cnf -out pdf-cert.pem -infiles pdf-req.pem
Making the CRL:
openssl ca -config req.cnf -gencrl -out crl.pem
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users