IPV6用acme申请证书全过程记录
全过程记录,供需要的MJJ使用: apt install -y socat curl https://get.acme.sh | sh ~/.acme.sh/acme.sh –register-account -m 邮箱地址(可以随便乱写个邮箱) IPV4: ~/.acme.sh/acme.sh –issue -d 要申请的域名 –standalone IPV6: ~/.acme.sh/acme.sh –issue -d 要申请的域名 –standalone –listen-v6 如果错误,切换申请商: 目前 acme.sh 支持四个正式环境 CA,分别是 Let’s Encr……
继续阅读»»»