-
Notifications
You must be signed in to change notification settings - Fork 0
SSL Certs & Security
Pascal edited this page Mar 29, 2023
·
8 revisions
- Goto servicenow.llnl.gov and submit a request for getting a SSL certificate
- This will start the process of getting you a digicert account
- Do the CSR stuff for generating the server.key file.
- Once you have the certs downloaded from digicert, you can copy them to the server.
- sudo vi /etc/nginx/conf.d/default.conf
- Add the following:
- The files listed above should be inside the cert.zip you got from digicert, except for the *.key file which you created in the CSR creation process.
- sudo systemctl restart nginx
If your cert has some error or other issue, you can use the following URL: https://www.digicert.com/help/
If you are hosting the website within an EC2, you can utilize an application load balancer (ALB). You can find some documentation here: https://repost.aws/knowledge-center/elb-redirect-http-to-https-using-alb