2016-12-08 9 views
0

私はCentOS7とcertbotをmake ssl certificateに使用していますが、証明書のデフォルトディレクトリは "/ etc/letsencript/default"でforst-hostディレクトリをどのように変更するかによって "/ etc/letsencript/live/first-host"です。例?certbotでライブディレクトリを変更するにはどうすればよいですか?

私はcertbotを使用して:

certbot certonly --standalone -d host1 -d host2 --debug 

とディレクトリを:

/etc/letsencript/live/host1/ 

答えて

0

/etc/letsencript/liveディレクトリ内elmentsがちょうど/etc/letsencrypt/archive/...にシンボリックリンクされています。

あなただけの別のシンボリックリンクを追加することができます。

sudo ln -s /etc/letsencript/live/host1/ /etc/letsencript/default 
関連する問題