Enable https on Bitnami Wordpress sites

1. Open httpd-vhosts.conf (/opt/bitnami/apps/wordpress/conf/httpd-vhosts.conf) , it should look like this:Read more


Generate free SSL certificates (certbot manual macOS)

1. Install certbot on MacOs:

brew install certbot

2. Launch certbot on manual mode:

$ sudo certbot certonly --manualRead more