そして、タイムサーバインストール
| #apt -y install ntpsec |
DNSサーバをインストール。正常運用時には止めるかそのままか...?
| #apt -y install bind9 bind9utils |
WEBサーバをインストール
| #apt -y install apache2 |
Let's Encryptの証明書取得
| #apt -y install certbot |
そして、タイムサーバインストール
| #apt -y install ntpsec |
DNSサーバをインストール。正常運用時には止めるかそのままか...?
| #apt -y install bind9 bind9utils |
WEBサーバをインストール
| #apt -y install apache2 |
Let's Encryptの証明書取得
| #apt -y install certbot |
コメントする