{= include("docs.util"); start_docs_page(docs.technical_manual.page_titles.newsletters); =}
![]() |
Sawmill Newsletter September 15, 2009 |
openssl genrsa -des3 -out server.key 1024 |
\$ openssl req -new -key server.key -out server.csr Enter pass phrase for server.key: (enter password from above here) You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [GB]:US State or Province Name (full name) [Berkshire]:CA Locality Name (eg, city) [Newbury]:Santa Cruz Organization Name (eg, company) [My Company Ltd]:Flowerfire, Inc. Organizational Unit Name (eg, section) []:Documentation Common Name (eg, your name or your server's hostname) []:stats.flowerfire.com Email Address []:support@sawmill.net |
cp server.key server.key.withpassword openssl rsa -in server.key.withpassword -out server.key |
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt |