How to setup and host a SubDomain with ubuntu and namecheap

Описание к видео How to setup and host a SubDomain with ubuntu and namecheap

SSL Verify Steps

1. sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt (ONLY USE IF BREAKS)

2. sudo a2ensite your_domain_or_ip.conf

3. sudo apache2ctl configtest

4. sudo systemctl reload apache2

5. sudo certbot --apache

~~~Done~~~

Комментарии

Информация по комментариям в разработке