31 lines
911 B
Plaintext
31 lines
911 B
Plaintext
# Step 1:
|
|
go to proxy.?domain? and log in with your admin account
|
|
|
|
# Step 2:
|
|
go to the "Certificates" tab and click Add Certificate > Let's Encrypt via HTTP
|
|
|
|
# Step 3:
|
|
copy the contents of the "npmcertlist.txt" file into the domain names field.
|
|
copy one line at a time if using ctrl+c/ctrl+v, be sure to press enter between each line.
|
|
|
|
if you make use of clickpaste (or any tool that allows you to paste by simulating keyboard input), you can use that to paste the entire list in one go
|
|
|
|
or you can type the entire list manually
|
|
|
|
# Step 4:
|
|
hit "save" and wait.
|
|
|
|
# Step 5:
|
|
go to the Hosts > proxy hosts tab and go through each of the hosts
|
|
|
|
# Step 6:
|
|
repeat for each host:
|
|
>go to the SSL tab
|
|
>select your certificate
|
|
>enable force SSL
|
|
in the case of owncloud you may also want to enable HTTP/2
|
|
then hit save.
|
|
|
|
once you've done this for all your sites, your entire cloud is now running with SSL encryption.
|
|
|