| Linode Forum https://forum.linode.com/ |
|
| Correction to guide How to Make a Self-Signed SSL Certificate https://forum.linode.com/viewtopic.php?f=19&t=12291 |
Page 1 of 1 |
| Author: | Capricorn1 [ Fri Sep 25, 2015 9:04 pm ] |
| Post subject: | Correction to guide How to Make a Self-Signed SSL Certificate |
In the guide, How to Make a Self-Signed SSL Certificate, there are the lines: Code: openssl req -new -x509 -sha256 -days 365 -nodes -out /etc/ssl/localcerts/example.com.crt -keyout /etc/ssl/localcerts/example.com.key I believe those should be: Code: openssl req -new -x509 -sha256 -days 365 -nodes -out /etc/ssl/localcerts/example.com.crt -keyout /etc/ssl/localcerts/example.com.key Or something like that. |
|
| Author: | rfeliciano [ Fri Oct 16, 2015 11:58 am ] |
| Post subject: | Re: Correction to guide How to Make a Self-Signed SSL Certificate |
Hi, Thanks for pointing this out. Linode Docs are actually open-source and available right on GitHub. You can open a GitHub issue for this and hopefully the Docs Team or even anyone who feels compelled to can make the correction: https://github.com/linode/docs/issues |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|