春有百花秋有月

含标签“acme”的文章

acme网站证书更新

一、手动更新

  • 1.打开终端,连接服务器,更新acme.sh脚本工具

在签发acme证书时报错Challenge error

    your_domain:Challenge error: <html>
    <head><title>502 Bad Gateway</title></head>
    <body>
    <center><h1>502 Bad Gateway</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    [Mon Dec 18 10:34:38 AM CST 2023] Please add '--debug' or '--log' to check more details.
    [Mon Dec 18 10:34:38 AM CST 2023] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh

Debian install acme

Install acme.sh(前提有域名),生成证书

1.安装acme.sh
    curl https://get.acme.sh | sh

typecho install and htpasswd config

一、在 Ubuntu 系统中,可以通过以下命令安装 httpd-tools 工具包,为nginx配置密码:

  • 安装工具包

Linux Server init

1.AWS创建新的实例

2.固定IP

绑定原IP或者使用新的IP,如绑定原IP需要先将原IP在原实例中解绑,然后在HOME-Networking中将原IP绑定到新的实例中。