Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # If you have SSH access to your Cpanel host and you have the SSL install feature, you can obtain certificates with acme.sh.
  2. # Then install it through:
  3.  
  4. dom=example.com
  5. uapi SSL install_ssl domain=$dom cert="$(< $HOME/.acme.sh/$dom/$dom.cer)" key="$(< $HOME/.acme.sh/$dom/$dom.key)" cabundle="$(< $HOME/.acme.sh/$dom/ca.cer)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement