「Xserver VPSでDebianサーバ構築/SMTPサーバ設定」の版間の差分

提供: Medeshima wiki
ナビゲーションに移動 検索に移動
9行目: 9行目:


= 設定 =
= 設定 =

== 証明書 ==

<nowiki>
$ sudo certbot certonly --webroot --webroot-path /var/www/html -d www.example.com

$ sudo certbot certonly --standalone -d www.example.com
</nowiki>

2023年4月19日 (水) 02:56時点における版

概要

次の表のとおりである。

メールサーバ Postfix

設定

証明書

$ sudo certbot certonly --webroot --webroot-path /var/www/html -d www.example.com

$ sudo certbot certonly --standalone -d www.example.com