diff options
Diffstat (limited to 'scripts/biz-certs-setup.sh')
-rw-r--r-- | scripts/biz-certs-setup.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/biz-certs-setup.sh b/scripts/biz-certs-setup.sh index 1e33f618..97d99523 100644 --- a/scripts/biz-certs-setup.sh +++ b/scripts/biz-certs-setup.sh @@ -12,6 +12,13 @@ # # Among other things missing here, we're not doing any restrictions # beyond basicConstraints and we're not doing CRLs. +# +# One can extract the public key from a .key file by doing: +# +# $ openssl rsa -in foo.key -pubout +# +# I ended up needing this to build simulated packets for the +# left-right protocol. for i in Alice Bob Carol Dave do |