Skip to content

Commit 0611d83

Browse files
author
thomas
committed
v1.8.0
1. 支持宝塔证书配置检测 2. 解决配置无法解析的BUG 3. 更新使用文档 4. 支持AMH面板证书配置检测 5. 解决多文件依赖问题
1 parent b4447c0 commit 0611d83

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

README.en.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,23 @@ curl -s https://fposter.cn/httpsok.sh | bash -s 'your token'
4343
After successful installation, it will automatically check the `nginx` certificates in the system.
4444

4545
```bash
46-
2024-01-21 00:22:56 os-name: TencentOS Server 2.4
47-
2024-01-21 00:22:56 version: nginx/1.20.1
48-
2024-01-21 00:22:56 nginx-config-home: /etc/nginx
46+
2024-03-04 04:54:23 os-name: TencentOS Server 2.4
47+
2024-03-04 04:54:23 version: nginx/1.20.1
48+
2024-03-04 04:54:23 nginx-config: /etc/nginx/nginx.conf
49+
2024-03-04 04:54:23 nginx-config-home: /etc/nginx
4950

50-
Httpsok makes SSL easy. https://fposter.cn/
51+
Httpsok make SSL easy. https://fposter.cn/
5152
version: 1.8.0
53+
TraceID: 92592593890e8a442be7f50c7ddc5d2d
5254
home: /root/.httpsok
5355

54-
2024-01-21 00:22:57 DNS check pass
55-
2024-01-21 00:22:57 cdb8e6b945154127 /etc/nginx/certs/api.fastposter.net_nginx/api.fastposter.net_bundle.crt Cert valid
56-
2024-01-21 00:22:58 e29c94e6c2504f37 /etc/nginx/certs/cloud.fastposter.net_nginx/cloud.fastposter.net_bundle.crt Cert valid
57-
2024-01-21 00:22:58 32614897bc364812 /etc/nginx/certs/fastposter.net_nginx/fastposter2.net_bundle.crt Cert valid
58-
2024-01-21 00:22:58 7b9be1c745cb41f8 /etc/nginx/certs/fposter.cn_nginx/fposter.cn_bundle.crt Cert valid
56+
2024-03-04 04:54:24 DNS check pass
57+
2024-03-04 04:54:24 71e1bbd5f2e5415e /etc/nginx/certs/api.fastposter.net_nginx/api.fastposter.net_bundle.crt Cert valid
58+
2024-03-04 04:54:24 f5f7b9c586a14907 /etc/nginx/certs/cloud.fastposter.net_nginx/cloud.fastposter.net_bundle.crt Cert valid
59+
2024-03-04 04:54:24 922c8597778a434d /etc/nginx/certs/fastposter.net_nginx/fastposter2.net_bundle.crt Cert valid
60+
2024-03-04 04:54:24 ee262ecba47d4173 /etc/nginx/certs/fposter.cn_nginx/fposter.cn_bundle.crt Cert valid
5961

60-
2024-01-21 00:22:58 Nginx reload needless.
62+
2024-03-04 04:54:24 Nginx reload needless.
6163
```
6264

6365
## DNS Configuration

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,23 @@ curl -s https://fposter.cn/httpsok.sh | bash -s 'your token'
4848
安装成功后,会自动检测一次系统中的`nginx`证书。
4949

5050
```bash
51-
2024-01-21 00:22:56 os-name: TencentOS Server 2.4
52-
2024-01-21 00:22:56 version: nginx/1.20.1
53-
2024-01-21 00:22:56 nginx-config-home: /etc/nginx
51+
2024-03-04 04:54:23 os-name: TencentOS Server 2.4
52+
2024-03-04 04:54:23 version: nginx/1.20.1
53+
2024-03-04 04:54:23 nginx-config: /etc/nginx/nginx.conf
54+
2024-03-04 04:54:23 nginx-config-home: /etc/nginx
5455

5556
Httpsok make SSL easy. https://fposter.cn/
5657
version: 1.8.0
58+
TraceID: 92592593890e8a442be7f50c7ddc5d2d
5759
home: /root/.httpsok
5860

59-
2024-01-21 00:22:57 DNS check pass
60-
2024-01-21 00:22:57 cdb8e6b945154127 /etc/nginx/certs/api.fastposter.net_nginx/api.fastposter.net_bundle.crt Cert valid
61-
2024-01-21 00:22:58 e29c94e6c2504f37 /etc/nginx/certs/cloud.fastposter.net_nginx/cloud.fastposter.net_bundle.crt Cert valid
62-
2024-01-21 00:22:58 32614897bc364812 /etc/nginx/certs/fastposter.net_nginx/fastposter2.net_bundle.crt Cert valid
63-
2024-01-21 00:22:58 7b9be1c745cb41f8 /etc/nginx/certs/fposter.cn_nginx/fposter.cn_bundle.crt Cert valid
61+
2024-03-04 04:54:24 DNS check pass
62+
2024-03-04 04:54:24 71e1bbd5f2e5415e /etc/nginx/certs/api.fastposter.net_nginx/api.fastposter.net_bundle.crt Cert valid
63+
2024-03-04 04:54:24 f5f7b9c586a14907 /etc/nginx/certs/cloud.fastposter.net_nginx/cloud.fastposter.net_bundle.crt Cert valid
64+
2024-03-04 04:54:24 922c8597778a434d /etc/nginx/certs/fastposter.net_nginx/fastposter2.net_bundle.crt Cert valid
65+
2024-03-04 04:54:24 ee262ecba47d4173 /etc/nginx/certs/fposter.cn_nginx/fposter.cn_bundle.crt Cert valid
6466

65-
2024-01-21 00:22:58 Nginx reload needless.
67+
2024-03-04 04:54:24 Nginx reload needless.
6668
```
6769

6870

0 commit comments

Comments
 (0)