This repository has been archived by the owner on May 5, 2022. It is now read-only.
Replies: 1 comment
-
thanks for sharing that |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
In this article, we'll show you the easiest way to set up SSL on 0xsp in order to feel securely either on your local or on public networks.
We are going to use let's encrypt, however, you have the freedom to choose what ever you want, if you're working on local network we highly recommend to use let's encrypt since it's one of the most trusted certificates by different browsers.
What’s Certbot?
Certbot is a free, open source software tool for automatically using Let’s Encrypt certificates on manually-administrated websites to enable HTTPS.
Installing Cerbot
for Ubuntu/Debian:
after we installed cerbot, let's generate a new SSL certificate
OR manually
Follow the instructions given in the terminal in order to complete the process. Anyway, at the end you'll get something similar to the following notes
for further information, click here
Connecting to 0xsp HTTPS Server
In order to have access to 0xsp server, we'll have to write certification's path.
.env
.env file is consisted of 4 important variables, we must add each path of the certificate we recently generated.
Start the application
Conclusion!
In conclusion, that was the easiest way to set up SSL certificate, however, you have a lot of ways to do these methods, using different tools and libraries, feel free to comment and share your new ideas.
Resources
Beta Was this translation helpful? Give feedback.
All reactions