This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # 首次申请IP证书脚本 | |
| # 自动获取公网IP并申请SSL证书 | |
| # 使用方法:sudo ./ip-cert-apply.sh | |
| # 固定邮箱 | |
| EMAIL="example@gmail.com" | |
| # 动态获取公网IP |