Blog: 2024-01-08: Difference between revisions
Jump to navigation
Jump to search
(Created page with "https://www.oftc.net/NickServ/CertFP/ setting up certificate Ok certificate request in ~/hack/oftc-certs: <pre> oftc-certs $ openssl req -nodes -newkey ed25519 -keyout nick.key -x509 -days 3650 -out nick.cer ----- 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...") |
No edit summary |
||
Line 20: | Line 20: | ||
Common Name (e.g. server FQDN or YOUR name) []:razzi.abuissa.net |
Common Name (e.g. server FQDN or YOUR name) []:razzi.abuissa.net |
||
Email Address []:[email protected] |
Email Address []:[email protected] |
||
</pre>Ok it worked, really not bad at all. Had to authenticate using msg nickserv identify ... before doing <code>/msg nickserv cert add</code>. Probably didn't even need to provide the fields for the cert, will try that next time. Lasts 10 years. |
|||
</pre> |
Latest revision as of 15:42, 8 January 2024
https://www.oftc.net/NickServ/CertFP/ setting up certificate
Ok certificate request in ~/hack/oftc-certs:
oftc-certs $ openssl req -nodes -newkey ed25519 -keyout nick.key -x509 -days 3650 -out nick.cer ----- 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) [AU]:US State or Province Name (full name) [Some-State]:Iowa Locality Name (eg, city) []:Iowa City Organization Name (eg, company) [Internet Widgits Pty Ltd]:Razzi Abuissa Organizational Unit Name (eg, section) []:IRC Common Name (e.g. server FQDN or YOUR name) []:razzi.abuissa.net Email Address []:[email protected]
Ok it worked, really not bad at all. Had to authenticate using msg nickserv identify ... before doing /msg nickserv cert add
. Probably didn't even need to provide the fields for the cert, will try that next time. Lasts 10 years.