certbot

    0熱度

    1回答

    我知道這個問題已被多次詢問,但我需要一些特定的幫助,因爲我一直在從其他幾個線程接受建議,而且沒有任何工作到這一點。 我試圖在Ubuntu 14.04中使用certbot-auto renew續訂我的SSL證書,並且我運行的是Apache2服務器和nginx。我得到以下輸出certbot-auto renew: [email protected]:/# sudo certbot-auto renew

    0熱度

    1回答

    我已經安裝了socket.io全球因爲這樣回答說: npm install -g socket.io 但爲什麼我仍然得到錯誤: www-0 (err): at Function.Module._load (module.js:388:25) www-0 (err): at Function._load (/usr/lib/node_modules/pm2/node_modules/pmx

    0熱度

    1回答

    爲什麼我會得到這個頁面的這個網站不能到達但是在我的終端上似乎沒有錯誤? 當我通過IP地址訪問服務器它是好的: 但是隨着域名,我得到這個: $ sudo systemctl status nginx ● nginx.service - A high performance web server and a reverse proxy server Loaded: loaded (/usr

    1熱度

    1回答

    這是我如何通過泊塢窗容器(certbot)更新我讓我們的加密證書: $ sudo docker stop nginx $ sudo docker run -it --rm -p 443:443 --name certbot -v /etc/letsencrypt:/etc/letsencrypt -v /var/log/letsencrypt:/var/log/letsencrypt quay.

    0熱度

    1回答

    我試圖在我的Ubuntu 16.04上安裝certbot for letsencrypt證書。 添加存儲庫會出錯。有人可以幫忙嗎?提前致謝! [email protected]:~$ sudo add-apt-repository ppa:certbot/certbot Traceback (most recent call last): File "/usr

    0熱度

    2回答

    我正在使用debain jessie,certbot版本0.9.3-1〜bpo8 + 2。自從最近兩天以來,我一直在爲我的網站更新證書時發生此錯誤。 Could not bind TCP port 443 because it is already in use by another process on this system (such as a web server). Please st

    0熱度

    1回答

    我在下面看到此錯誤消息。客戶以前在完全相同的環境下工作。我不明白Python的任何內容。 我該如何解決這個問題?我目前的證書在幾個小時後過期。 // a lot of other stuff updated ... Setting up gcc (4:6.3.0-4) ... Setting up python-virtualenv (15.1.0+ds-1) ... Processing

    0熱度

    1回答

    我拉https://github.com/tomav/docker-mailserver設置郵件服務器。 我想補充咱們的加密支持,所以我拉得https://hub.docker.com/r/certbot/certbot/~/dockerfile/ 我做碼頭工人,撰寫文件,這2個容器: version: '2' services: nginx: image: pixelfordinner/n

    0熱度

    2回答

    我爲我的網站創建多個液滴(由負載比例),所以我的DNS看起來是這樣的: www.somesite.com A 1.2.3.4 www.somesite.com A 6.7.8.9 它甚至有可能獲得用於多個IP相同域的證書? 我使用certbot --apache [email protected] -d www.domain安裝我的證書,但第二液滴後失敗。 P.S.我知道DO提供負載均衡,但

    3熱度

    3回答

    我應該離開/.well-known/acme-challenge始終暴露在服務器上嗎? 這裏是我的HTTP配置: server { listen 80; location '/.well-known/acme-challenge' { root /var/www/demo; } location/{ if ($scheme = http) {