Add 'openssl x509 -new' functionality to the libcrypto CLI utility
authorjob <job@openbsd.org>
Fri, 26 Jan 2024 11:58:36 +0000 (11:58 +0000)
committerjob <job@openbsd.org>
Fri, 26 Jan 2024 11:58:36 +0000 (11:58 +0000)
commitd4c9bc7e07bcf455e26a4d261eb43cf80a9b7fe1
tree24a53a6eedda048eca046863dd45b68a01048283
parent3bef86f7bc2197c76d5fec5b22e91f84e96ed5e5
Add 'openssl x509 -new' functionality to the libcrypto CLI utility

The ability to generate a new certificate is useful for testing and
experimentation with rechaining PKIs.

While there, alias '-key' to '-signkey' for compatibility.

with and OK tb@
regress/usr.bin/openssl/appstest.sh
usr.bin/openssl/openssl.1
usr.bin/openssl/x509.c