]> git.ipfire.org Git - thirdparty/strongswan.git/commit - configure.ac
cert-enroll: certificate checking and enrollment
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 1 Sep 2023 10:33:09 +0000 (12:33 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 3 Oct 2023 06:45:22 +0000 (08:45 +0200)
commitcbfc12b3300571b43fa07604e8c550778021b4d5
tree2786b725c736731f1ef3732619bc45496af8b8df
parent80e27fe9fd179b679d195b30a3694d5fe815e6e2
cert-enroll: certificate checking and enrollment

The cert-enroll script handles the initial enrollment of an X.509
host certificate with a PKI server via the EST or SCEP protocols.

Run as a systemd timer or via a crontab entry the script daily
checks the expiration date of the host certificate. When a given
deadline is reached, the host certificate is automatically renewed
via EST or SCEP re-enrollment based on the possession of the old
private key and the matching certificate.
16 files changed:
configure.ac
src/Makefile.am
src/cert-enroll/.gitignore [new file with mode: 0644]
src/cert-enroll/Makefile.am [new file with mode: 0644]
src/cert-enroll/cert-enroll.8.in [new file with mode: 0644]
src/cert-enroll/cert-enroll.conf [new file with mode: 0644]
src/cert-enroll/cert-enroll.in [new file with mode: 0644]
src/cert-enroll/cert-enroll.service.in [new file with mode: 0644]
src/cert-enroll/cert-enroll.timer [new file with mode: 0644]
src/cert-enroll/cert-install-dirsrv [new file with mode: 0644]
src/cert-enroll/cert-install-gitea [new file with mode: 0644]
src/cert-enroll/cert-install-ipsec.in [new file with mode: 0644]
src/cert-enroll/cert-install-lighttpd [new file with mode: 0644]
src/cert-enroll/cert-install-openxpki [new file with mode: 0644]
src/cert-enroll/cert-install-sssd [new file with mode: 0644]
src/cert-enroll/cert-install-swanctl.in [new file with mode: 0644]