Skip to content

Commit 1255799

Browse files
committed
ssl证书
1 parent 1862e29 commit 1255799

File tree

5 files changed

+47
-21
lines changed

5 files changed

+47
-21
lines changed

TODO.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,6 @@ https://riptutorial.com/
5757

5858
[作为一个技术Leader,要如何去提升团队的技术氛围](https://www.toutiao.com/a6792820868150985228)
5959

60-
### SSL
61-
[11种免费获取SSL证书的方式](https://www.toutiao.com/i6883395048126284292)
62-
63-
#### ACME 协议
64-
Let’s Encrypt 使用 ACME 协议来验证您对给定域名的控制权并向您颁发证书。要获得 Let’s Encrypt 证书,您需要选择一个要使用的 ACME 客户端软件。
65-
66-
https://letsencrypt.org/zh-cn/docs/client-options/
67-
68-
https://github.com/letsencrypt/website/
69-
70-
##### certbot - ACME 客户端
71-
[让网站永久拥有HTTPS - 申请免费SSL证书并自动续期](https://blog.csdn.net/xs18952904/article/details/79262646)
72-
https://www.cnblogs.com/dissipate/p/13606006.html
73-
http://www.mntm520.com/post/48
74-
也可以用certbot的docker镜像来生成证书
75-
76-
77-
##### zerossl - ACME 客户端
78-
https://zerossl.com/
7960

8061
### 公众号文章
8162

hardware/vpn.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@
1010
### ngrok
1111

1212
Ngrok 实现内网穿透(Ngrok 和 Sunny-Ngrok ) 这个之前用到微信开发上面
13+
https://ngrok.com/
1314

1415
### nat123 : 内网穿透
1516
### frp: 内网穿透
17+
开源
18+
https://github.com/fatedier/frp 41.1k
19+
### inlets
20+
开源
21+
https://github.com/inlets/inlets 6.9k
22+
### Argo Tunnel
23+
https://developers.cloudflare.com/argo-tunnel/
1624

1725
### 闪库
1826
http://ipyingshe.com/

technology/ssl.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
## SSL
3+
[11种免费获取SSL证书的方式](https://www.toutiao.com/i6883395048126284292)
4+
5+
6+
7+
### ACME 协议
8+
Let’s Encrypt 使用 ACME 协议来验证您对给定域名的控制权并向您颁发证书。要获得 Let’s Encrypt 证书,您需要选择一个要使用的 ACME 客户端软件。
9+
10+
https://letsencrypt.org/zh-cn/docs/client-options/
11+
12+
https://github.com/letsencrypt/website/
13+
14+
#### certbot - ACME 客户端
15+
[让网站永久拥有HTTPS - 申请免费SSL证书并自动续期](https://blog.csdn.net/xs18952904/article/details/79262646)
16+
https://www.cnblogs.com/dissipate/p/13606006.html
17+
http://www.mntm520.com/post/48
18+
也可以用certbot的docker镜像来生成证书
19+
20+
21+
#### zerossl - ACME 客户端
22+
https://zerossl.com/
23+
24+
## acme.sh
25+
26+
这个脚本acme.sh,实现了 acme 协议, 可以帮你持续自动从Letsencrypt更新CA证书
27+
https://github.com/acmesh-official/acme.sh
28+
29+
安装
30+
https://github.com/acmesh-official/acme.sh/wiki/%E8%AF%B4%E6%98%8E
31+
`curl get.acme.sh | sh`

tests/fiddler.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Fiddler 开放了他的FiddlerCoreAPI 提供给开发者调用,来处理所
1414
## 其它工具
1515
### 代理抓包工具 Charles
1616
Charles是一个HTTP代理/ HTTP监视器/反向代理,它使开发人员能够查看他们的机器和Internet之间的所有HTTP和SSL / HTTPS通信。这包括请求、响应和HTTP头(其中包含cookie和缓存信息)。
17-
17+
### Arkime(以前叫做Moloch)
18+
最新版本的Arkime可以通过PolarProxy接收抓包并解密HTTPS流。
1819
### AnyProxy
1920
一个完全可配置的http/https代理在NodeJS
2021

tests/security.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ https://www.kali.org/docs/
55
https://github.com/kali-docs-cn/kali-linux-cookbook-zh
66

77
[WLS2(win10子系统)Linux图形化GUI教程win-kex](https://blog.csdn.net/l1447320229/article/details/108210760)
8-
8+
```
9+
wsl -l -v
10+
kali-linux
11+
enter 123456
12+
kex
13+
```
914

1015
## 工具
1116
### 端口扫描

0 commit comments

Comments
 (0)