verify certificate

2001-12-11 Thread Fouta Hafida
Dear all, I want to verify a certificate. I used the verify command but I realized that it does check if the certificate is revoked or not. I used this command: openssl verify -CApath /usr/local/ca -CAfile /usr/local/ca/cacert.pem /usr/local/ca/newcerts/new8.pem I get the ok answer even if the

CRL

2001-11-28 Thread Fouta Hafida
Dear all, I am a new user of openssl. I ve insttalled it. I succeeded in creating my own CA with its privete key using openssl shell commands. I generated a certificate using this CA. In other words, I signed it using the private key of my CA. Now I want a CRL for this CA. How