summaryrefslogtreecommitdiffstats
path: root/sites
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-12-25 21:12:14 +0100
committermakefu <github@syntax-fehler.de>2014-12-25 21:12:14 +0100
commitc0f39b57888603595aa37d5abbdad0f52a525184 (patch)
tree9324ddc5b0765545f3d83d52587a420f9e798862 /sites
parentc9eb756542891d07b363116569befa80ccda9e55 (diff)
add create-startssl-cert writeup
Diffstat (limited to 'sites')
-rw-r--r--sites/create-startssl-cert/boot.krebsco.de.md19
-rw-r--r--sites/create-startssl-cert/startssl-web.md7
2 files changed, 26 insertions, 0 deletions
diff --git a/sites/create-startssl-cert/boot.krebsco.de.md b/sites/create-startssl-cert/boot.krebsco.de.md
new file mode 100644
index 00000000..17c7d5f2
--- /dev/null
+++ b/sites/create-startssl-cert/boot.krebsco.de.md
@@ -0,0 +1,19 @@
+# generate key
+
+ $ openssl genrsa -out ~/boot.krebsco.de.key 2048
+ $ openssl req -new -sha256 -key ~/boot.krebsco.de.key -out ~/boot.krebsco.de.csr
+ Country Name (2 letter code) [AU]:XX
+ State or Province Name (full name) [Some-State]:
+ Locality Name (eg, city) []:
+ Organization Name (eg, company) [Internet Widgits Pty Ltd]:Krebsco
+ Organizational Unit Name (eg, section) []:
+ Common Name (e.g. server FQDN or YOUR name) []:boot.krebsco.de
+ Email Address []:root@krebsco.de
+
+ Please enter the following 'extra' attributes
+ to be sent with your certificate request
+ A challenge password []:
+ An optional company name []:
+
+ # everything besides public key will be ignored so do not bother
+ $ firefox https://www.startssl.com/
diff --git a/sites/create-startssl-cert/startssl-web.md b/sites/create-startssl-cert/startssl-web.md
new file mode 100644
index 00000000..57625542
--- /dev/null
+++ b/sites/create-startssl-cert/startssl-web.md
@@ -0,0 +1,7 @@
+# log into startssl
+
+## Firefox
+
+Preferences -> advanced -> certificates -> view certificates -> your certificates -> import -> choose //brain/auth/startss.crt
+
+url-open https://www.startssl.com/ -> click authenticate