This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
letsencrypt_certbot [2024/05/20 14:37] val [Запрос сертификата] |
letsencrypt_certbot [2024/05/20 14:46] (current) val [Настройка DNS] |
||
---|---|---|---|
Line 6: | Line 6: | ||
===== Настройка DNS ===== | ===== Настройка DNS ===== | ||
<code> | <code> | ||
- | $ host host2.mgtu.ru | + | $ host host3.mgtu.ru |
- | host2.mgtu.ru has address 195.19.40.152 | + | host3.mgtu.ru has address 195.19.40.152 |
</code> | </code> | ||
Line 29: | Line 29: | ||
</code><code> | </code><code> | ||
root@val:~# a2ensite hostN.mgtu.ru | root@val:~# a2ensite hostN.mgtu.ru | ||
+ | |||
+ | root@val:~# apachectl -t | ||
root@val:~# systemctl reload apache2 | root@val:~# systemctl reload apache2 |