|
|
|
@ -13,6 +13,8 @@ |
|
|
|
|
c. Copy the certificates where the container build will pick them up |
|
|
|
|
`mv /etc/letsencrypt/live/yoursite.com/privkey.pem /home/wordpress/wordpress/apache/` |
|
|
|
|
`mv /etc/letsencrypt/live/yoursite.com/fullchain.pem /home/wordpress/wordpress/apache/` |
|
|
|
|
d. Reload firewall rules to put the port 80 forward rule back in place |
|
|
|
|
`firewall-cmd --reload` |
|
|
|
|
- *Optional* |
|
|
|
|
a. Generate self-signed certificates |
|
|
|
|
`cd ~/wordpress/apache` |
|
|
|
@ -30,4 +32,3 @@ |
|
|
|
|
WORDPRESS_DB_PASSWORD="<YourSecurePassword>" |
|
|
|
|
``` |
|
|
|
|
- `cd ~` |
|
|
|
|
`podman-compose up -d` |
|
|
|
|