diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-27 23:22:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-27 23:22:12 -0300 |
commit | 6216f846f8b9a6d6f631e3b827b466a14aae0ac8 (patch) | |
tree | 862dc483ee41fa819ceb614238c4bb0ba8aeb5d4 | |
parent | d26a9d55a519fff08ee3d44c64c9567c6ec3a8f0 (diff) | |
download | keyringer-6216f846f8b9a6d6f631e3b827b466a14aae0ac8.tar.gz keyringer-6216f846f8b9a6d6f631e3b827b466a14aae0ac8.tar.bz2 |
TODO for genpair ssl
-rwxr-xr-x | share/keyringer/genpair | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/keyringer/genpair b/share/keyringer/genpair index a2aca98..cffed94 100755 --- a/share/keyringer/genpair +++ b/share/keyringer/genpair @@ -84,6 +84,8 @@ EOF } # Generate a keypair, ssl version +# TODO: add the possibility of SubjectAltNames also for ssl-self and ssl modes +# so wildcard certs can work correctly. function genpair_ssl { echo "Make sure that $KEYDIR is atop of an encrypted volume." read -p "Hit ENTER to continue." prompt |