Jump to content
XPEnology Community

Mustyone

Rookie
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Mustyone

  1. Lets Encrypt's root certificate expired on October 1, 2021, which causes the cert renewal or creation to fail with a message "No response from destination server. Please try again later." To Fix follow the following instruction which worked for me on my Xpenology box running DSM 6.2.2-24922 1. Download root cert from LetsEncrypt website: https://letsencrypt.org/certificates/ a. Download Active Root Cert “Pem” file, b. Open with text editor, and copy cert 2. Log into Synolog box via ssh 3. Back up CA cert file: cp /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt.ORIG 4. Edit CA cert file : sudo vi /etc/ssl/certs/ca-certificates.crt 5. “ESC” “G” to go to end of file 6. “o” to insert new line 7. Paste new cert into file. 8. “ESC”, “w”, “q”, “!” to save and close. This will update the root CA cert and should allow you to now install or renew Lets Encrypt certificates
×
×
  • Create New...