HTTPS Setup With Certbot in Digital Ocean Droplets

For Installation
sudo apt install python3-certbot-apache


For Activation
sudo certbot --apache --expand -d domainname.com

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine