Hi,

On Mon, Jan 08, 2024 at 03:09:24PM +0100, Bo Berglund wrote:
> There are several different types of files involved here (*.crt, *.csr, *.key,
> *.pem) and I don't know how each is actually used...

.csr, .key have no lifetimes
.crt is the certificate, which has

  $ openssl x509 -in mycert.crt -text noout
...
        Validity
            Not Before: Oct 31 19:39:54 2019 GMT
            Not After : Oct 28 19:39:54 2029 GMT

.pem is just a file format, so you can have a key, csr or cert in "pem"
format.

gert
-- 
"If was one thing all people took for granted, was conviction that if you 
 feed honest figures into a computer, honest figures come out. Never doubted 
 it myself till I met a computer with a sense of humor."
                             Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany                             g...@greenie.muc.de

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to