Tweak ssl(8)'s text about EC generation. Streamline by using "ecparam
authorsthen <sthen@openbsd.org>
Fri, 12 Feb 2021 14:19:11 +0000 (14:19 +0000)
committersthen <sthen@openbsd.org>
Fri, 12 Feb 2021 14:19:11 +0000 (14:19 +0000)
commit4d004deac9b3e029220f0c00d0018d7f60cc791c
treeacd97480d220401cd59fa74c1593398b5a9b596f
parentd3e7e8bfaa80a92f7ba41f4a8ae98451375792a5
Tweak ssl(8)'s text about EC generation. Streamline by using "ecparam
-genkey" rather than separately generating parameters and key. Give a
clue that some CAs accept only prime256v1. Show the user where to stop
if they're just generating a private key for acme-client and therefore
don't need to generate a csr or cert manually. Add xr to acme-client(1)
suggest by tb@.

ok jmc tb
share/man/man8/ssl.8