Lucas's blog

Tags · 安全

Home

About

Archives

安全证书

https证书自动续签

安装说明续签代码acme.sh --install-cert -d eth2app.com -d test.eth2app.com -d api.eth2app.com -d h5.eth2app.com -d h5admin.eth2app.com -d rpc.eth2app.com --key-file /etc/nginx/ssl/eth2app.com/key.pem --fullchain-file /etc/nginx/ssl/eth2app.com/cert.pem acme.sh --issue --dns dns_gd -d eth2app.com -d test.eth2app.com -d api.eth2app.com -d h5.eth2app.com -d ..

Read more
loading..
安全登录

谈谈登录

一、Cookie与SessionHTTP是无状态协议,它不对之前发生过的请求和响应的状态进行保存。因为无法管理用户状态,对于要登录的页面,每次跳转新页面时都需要再次登录。

Read more
1