aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-08-01 21:22:57 +0000
committerRob Austein <sra@hactrn.net>2007-08-01 21:22:57 +0000
commit08b85320f4800d044c30348ae85bcec7634eb67f (patch)
tree5d7ac90a98a730a2dc6073da3b808429b0ba7c94
parent157ee63b73310b40a3eb1d7bb08f99f57ce14ec9 (diff)
Add note about openssl rsa -pubout.
svn path=/scripts/biz-certs-setup.sh; revision=813
-rw-r--r--scripts/biz-certs-setup.sh7
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