跳到主要內容

發表文章

目前顯示的是 6月, 2018的文章

Free SSL Certificate Setup for WordPress on Google Cloud (Click-to-Deploy)

1. Connect to WordPress via SSH Go to your Google Compute homepage and click the hamburger menu in the upper left-hand corner. Go to your Compute Engine, then to VM instances to access your WordPress installation. Click the SSH button to connect to your website’s server. 2. Install CertBot Client Now that you’ve connected to your website’s Apache server, you are going to execute the command to install the Certbot client. The Certbot client is used to issue the SSL certificates that will be used later on in this tutorial. wget https://dl.eff.org/certbot-auto && chmod a+x certbot-auto After executing each of these commands, you can either stay in the same SSH window or exit and open a new one. 3. Generate Certificates In this step you are going to execute the command below in order to tell the Certbot client to create SSL certificates for your website. Remember to replace  1pagezen.com  with your own domain name. ./certbot-auto certonly --webroot -w...