Add redirection from HTTP to HTTPS #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Output:
Source:
certbot --help
Output:
Output:
Maybe suffer of #4.
/var/log/letsencrypt/letsencrypt.log
:DuckDuckGo search certbot redirect without domain name.
Could just disable HTTP but it is nice as a shortcut and more user-friendly approach to just redirect.
Adding to
/etc/apache2/sites-enabled/000-default.conf
:Source: the Stack Overflow answer 16201658
Output:
Adding to
/etc/apache2/sites-enabled/000-default.conf
:Output:
How to avoid hardcoding the IP?