Handle HTTP Request from Client to Resource
Finding information for revoke and renew certificate. I have checked the web and found the revoke command in this website have useful openssl commands. I have also discover the command line for renewal of certificate in this website. According to this blog, to renew a certificate, we must revoke the expired certificate 1st and renamed the request of certificate to be signed and this will renew the certificate with a different file name. But unfortunately some of these commands are not Read more…