Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [Solved] CertStorageError: expected /etc/letsencrypt/live/example.com/cert.pem to be a symlink
  2.  
  3. ```bash
  4. rm -rf /etc/letsencrypt/live/{yourdomain.com}
  5. rm -rf /etc/archive/{yourdomain.com}
  6. rm -rf /etc/renewal/{yourdomain.com}
  7. ```
  8.  
  9. and
  10.  
  11. ```bash
  12. certbot certonly --webroot -w /home/www/path -d yourdomain.com
  13. ```
  14.  
  15. If you use webinoly just use
  16. ```bash
  17. site example.com -ssl=on
  18. ```
  19. Don't forget to turn off ssl before delete them
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement