Rita via plug on 13 Oct 2020 11:25:24 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[PLUG] expiring certificates quickly


I am setting up postgresql ssl authentication (https://www.postgresql.org/docs/9.5/ssl-tcp.html). I have it working but I am curious if I can expire my certificates quicker.

Here is how I request a client cert

openssl x509 -req -in client/client.csr -days 1 \
        -CA certs/ca.crt -CAkey keys/ca.key -CAcreateserial \
        -out certs/client.crt

Ideally, I would like to have a valid cert for 60 secs. Is possible to do?


--
--- Get your facts first, then you can distort them as you please.--
___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug