This error is frequently appeared when we try to sign a certificate using openssl, the procedure to resolve this error is:
Create the index.txt file.
# touch /etc/pki/CA/index.txt
Create a serial file to label the CA and all subsequent certificates.
# echo '1000' > /etc/pki/CA/serial
NB: You have to do this just the first time you set-up the SSL certificate.
Create the index.txt file.
# touch /etc/pki/CA/index.txt
Create a serial file to label the CA and all subsequent certificates.
# echo '1000' > /etc/pki/CA/serial
NB: You have to do this just the first time you set-up the SSL certificate.
0 comments:
Post a Comment