Style: Global Markdown structural and formatting &&audit & fix
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 20s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 20s
This commit is contained in:
@@ -22,7 +22,7 @@ use the default port 80 for web. reverse proxy is designed for normal web
|
||||
traffic, not game servers.
|
||||
|
||||
If you are annoying like me and wanna put things on a single server and save
|
||||
money... here is what you can do.
|
||||
money... here is what you can do.
|
||||
|
||||
- [Creating SSL
|
||||
Certificates](https://pterodactyl.io/tutorials/creating_ssl_certificates.html#method-2:-acme.sh-(using-cloudflare-api))
|
||||
@@ -38,7 +38,6 @@ money... here is what you can do.
|
||||
# OpenSSL Self-Signed Certificate Command:
|
||||
openssl req -sha256 -addext "subjectAltName = DNS:games.local" -newkey rsa:4096 -nodes -keyout privkeyselfsigned.pem -x509 -days 3650 -out fullchainselfsigned.pem
|
||||
|
||||
|
||||
# nginx-proxy-manager with cloudflare ssl cert setup
|
||||
# proxy side should be http
|
||||
# do not force ssl on cert side
|
||||
|
||||
Reference in New Issue
Block a user