mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 03:52:10 +08:00
Updated Synology RT1900ac and RT2600ac install guide (markdown)
@@ -62,4 +62,13 @@ $ vi /etc/crontab
|
||||
:wq
|
||||
```
|
||||
|
||||
HTH
|
||||
HTH
|
||||
|
||||
## CA Cert Configuration
|
||||
My router's firmware, SRM version 1.2.5-8227 Update 2, requires the following additional web server configuration lines to make the above work. I added the lines to `/etc/httpd/conf/extra/httpd-ssl.conf-cipher`.
|
||||
```
|
||||
SSLCACertificatePath "/usr/syno/etc/ssl/ssl.crt"
|
||||
SSLCACertificateFile "/usr/syno/etc/ssl/ssl.crt/ca.crt"
|
||||
```
|
||||
|
||||
Reload the web server using the post-hook command above after adding the lines.
|
||||
Reference in New Issue
Block a user