diff options
| -rw-r--r-- | sites/create-startssl-cert/boot.krebsco.de.md | 19 | ||||
| -rw-r--r-- | sites/create-startssl-cert/startssl-web.md | 7 | 
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 | 
