how to renew an expired certificate used to encrypt/decrypt files
I am using the same certificate x509 from a web server to encrypt text strings using something like:
openssl smime -encrypt -aes-256-cbc -in input.txt -out output.txt -outform DER server.crt
For decrypting the file:
opens… Continue reading how to renew an expired certificate used to encrypt/decrypt files