summaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy-setup-ca
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-12 18:52:34 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-12 18:52:34 +0000
commit8130491b698c5e7972c46072476f4cf0af94e82b (patch)
tree3a90f76d704879ff7096a21bb8dcdb5f0dd214f7 /src/gns/gnunet-gns-proxy-setup-ca
parent18272d148770c907cd0bb632badaf37e3ec9f7dd (diff)
downloadgnunet-8130491b698c5e7972c46072476f4cf0af94e82b.tar.gz
gnunet-8130491b698c5e7972c46072476f4cf0af94e82b.zip
-make CA info better, connection limit mhd
Diffstat (limited to 'src/gns/gnunet-gns-proxy-setup-ca')
-rw-r--r--src/gns/gnunet-gns-proxy-setup-ca2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-proxy-setup-ca b/src/gns/gnunet-gns-proxy-setup-ca
index 507123594..48fae94f7 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca
+++ b/src/gns/gnunet-gns-proxy-setup-ca
@@ -1,6 +1,6 @@
1echo "Generating CA" 1echo "Generating CA"
2 2
3openssl req -new -x509 -days 3650 -extensions v3_ca -keyout gnscakey.pem -out gnscacert.pem -subj "/C=DE/ST=Bavaria/L=Munich/O=TUM/OU=IN/CN=GNS Proxy CA/emailAddress=bounce@gnunet.org" -passout pass:"GNUnet Naming System" 3openssl req -new -x509 -days 3650 -extensions v3_ca -keyout gnscakey.pem -out gnscacert.pem -subj "/C=DE/ST=Bavaria/L=Munich/O=GNUnet Naming System/OU=GNUnet/CN=GNS Proxy CA/emailAddress=bounce@gnunet.org" -passout pass:"GNUnet Naming System"
4 4
5echo "Removing passphrase from key" 5echo "Removing passphrase from key"
6openssl rsa -passin pass:"GNUnet Naming System" -in gnscakey.pem -out gnscakeynoenc.pem 6openssl rsa -passin pass:"GNUnet Naming System" -in gnscakey.pem -out gnscakeynoenc.pem