Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Sep 25, 2015 9:04 pm 
Offline
Newbie

Joined: Fri Sep 25, 2015 10:50 am
Posts: 2
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
chmod 600 /etc/ssl/localcerts/apache*


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
chmod 600 /etc/ssl/localcerts/example.com*


Or something like that.


Top
   
PostPosted: Fri Oct 16, 2015 11:58 am 
Offline
Linode Staff

Joined: Mon Sep 29, 2014 4:47 pm
Posts: 90
Twitter: FelicianoTech
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


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group