Merge pull request #2063 from dcooper16/keyopts

Document $keyopts
This commit is contained in:
Dirk Wetter 2021-12-08 19:29:40 +01:00 committed by GitHub
commit beac382673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2231,6 +2231,7 @@ s_client_options() {
[[ "$1" =~ secp192r1 ]] && options="${options//secp192r1/prime192v1}"
[[ "$1" =~ secp256r1 ]] && options="${options//secp256r1/prime256v1}"
fi
# $keyopts may be set as an environment variable to enable client authentication (see PR #1383)
tm_out "$options $keyopts"
}