在我的debian jessie服务器上,我生成了let's encrypt在端口443上使用apache监听的证书。我为我的所有域使用了唯一的证书。
然而,有负载的问题,我不得不安装英镑,并改变服务器configuration:现在我有pound监听端口443,传递请求varnish端口80,传递到端口8080的apache 。
现在我正在寻找一种将新域添加到现有证书的方法。 命令sudo certbot certonly --cert-name mycertname --expand -d mydomain1,mydomain2问我应该使用什么方法,但是:
pound使用443端口 任何提示?