Certbot DNS 綁定位址?

Certbot DNS 綁定位址?

有沒有辦法執行 certbot,使傳出 IP 將成為電腦上的一組介面之一,而不是預設介面?

使用 certbot 時給出的訊息之一:

certbot certonly --manual --preferred-challenges dns

是:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NOTE: The IP of this machine will be publicly logged as having requested this
certificate. If you're running certbot in manual mode on a machine that is not
your server, please ensure you're okay with that.

Are you OK with your IP being logged?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Y)es/(N)o:

但是,我運行的伺服器具有多個 IP 位址,每個 IP 位址都有不同的 PTR 記錄,並且不希望與某些憑證關聯的反向 DNS 可連結到其他憑證。

如果沒有辦法告訴 certbot 本身要使用哪個接口,是否有辦法Centos 7將命令限製到特定接口,以便它會在每次執行時自動綁定到那裡(我仍然希望能夠將其粘貼到一個cron 作業中,每個地址一個。

相關內容