mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Add links to SSL certs
This commit is contained in:
parent
0fb186468c
commit
d81042da91
@ -14,7 +14,7 @@ You should paste the contents of the file below, replacing `<domain>` with your
|
||||
### NGINX With SSL
|
||||
This configuration assumes that you will be using SSL on both the Panel and Daemons for significantly improved communication
|
||||
security between users and the Panel. You will need to get a valid SSL certificate which can be done for free by using
|
||||
Let's Encrypt. Please see our Creating SSL Certificates documentation for how to create these certificates before continuing.
|
||||
Let's Encrypt. Please see our [Creating SSL certificates](/tutorials/creating_ssl_certificates.html) documentation page for how to create these certificates before continuing.
|
||||
|
||||
<<< @/.snippets/webservers/nginx.conf{5,11,26-27}
|
||||
|
||||
@ -39,7 +39,7 @@ You should paste the contents of the file below, replacing `<domain>` with your
|
||||
`pterodactyl.conf` and place it in `/etc/apache2/sites-available`, or — if on CentOS, `/etc/httpd/conf.d/`.
|
||||
|
||||
### Apache With SSL
|
||||
Like the nginx configuration, this assumes you will be using SSL on both the Panel and Daemons for improved security. You will need to visit our Creating SSL Certificates documentation on how to create these certificates.
|
||||
Like the nginx configuration, this assumes you will be using SSL on both the Panel and Daemons for improved security. You will need to visit our [Creating SSL certificates](/tutorials/creating_ssl_certificates.html) documentation page on how to create these certificates.
|
||||
|
||||
<<< @/.snippets/webservers/apache.conf{2,8,17-18}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user