scepclient: Removal and replacement by pki subcommands

The "ipsec scepclient" tool has been removed and replaced by the
pki subcommands "pki --scep" and "pki --scepca" which implement the
new SCEP RFC 8894 standard that was released in September 2020 and
which supports trusted "certificate renewal" based on the existing
client certificate.
This commit is contained in:
Andreas Steffen
2022-08-24 20:46:44 +02:00
parent 122796df27
commit 8716f7c03c
11 changed files with 49 additions and 2435 deletions
-4
View File
@@ -75,10 +75,6 @@ if USE_UPDOWN
SUBDIRS += _updown
endif
if USE_SCEPCLIENT
SUBDIRS += scepclient
endif
if USE_PKI
SUBDIRS += pki
endif