

Bitnami wordpress stack stop auto starting update#
Update the file permissions to make them readable by the root user only. Link the new SSL certificate and certificate key file to the correct locations, depending on which Web server you’re using.Next, tell the Web server about the new certificate, as follows: Step 3: Configure The Web Server To Use The Let’s Encrypt Certificate Note this expiry date carefully as you will need to renew your certificate before that date in order for it to remain valid. This set includes the server certificate file DOMAIN.crt and the server certificate key file DOMAIN.key.Īn output message will provide some information, including the expiry date of the certificate. hostname=”_acme-challenge” txt_string=”-k3PQXqcjAcYY6vx1sjmYKnC4S3K7TVko-juLRf9SXc”Ī set of certificates will now be generated in the /etc/lego/certificates directory. NOTE: Result will display the TXT hostname and VALUE to be setup in your DNS. Sudo lego -dns manual -email="EMAIL-ADDRESS" -domains="*.DOMAIN" -path="/etc/lego" -a run Run the following command to obtain the required DNS values: For wildcard certificates, additional DNS setup must be created.The first domain in your list will be added as the “CommonName” of the certificate and the rest, will be added as “DNSNames” to the SAN extension within the certificate.

NOTE: You can use more than one domain (for example, DOMAIN and When supplying multiple domains, Lego creates a SAN (Subject Alternate Names) certificate which results in only one certificate valid for all domains you entered. Sudo lego -tls -email="EMAIL-ADDRESS" -domains="DOMAIN" -domains="www.DOMAIN" -path="/etc/lego" -accept-tos run Remember to replace the DOMAIN placeholder with your actual domain name, and the EMAIL-ADDRESS placeholder with your email address.

Request a new certificate for your domain as below.The next step is to generate a Let’s Encrypt certificate for your domain. NOTE: Before proceeding with this step, ensure that your domain name points to the public IP address of the Bitnami application host. Step 2: Generate A Let’s Encrypt Certificate For Your Domain
