2024-09-10
厉飞雨
阅读(56)
评论(0)
赞(5 )
scp etcd certs file failed: Failed to exec command: sudo -E /bin/bash -c "mv -f /tmp/kubekey/etc/ssl/etcd/ssl/ca.pem /etc/ssl/etcd/ssl/ca.pem"
mv: cannot move '/tmp/kubek...
2024-09-10
厉飞雨
阅读(60)
评论(0)
赞(6 )
阿里云免费SSL证书配置(图文详解)
==================
<https://developer.aliyun.com/article/1212021>
2024-09-10
厉飞雨
阅读(41)
评论(0)
赞(6 )
免费证书即将过期处理方法
============
场景: 发现 免费 ssl 证书马上到期了
![](http://static.51tbox.com/static/2024-08-29/col/5f0bddae34f46edbe552954befb2aee3/bfb9a5bc0ea244e69ced3a43c0deff6a.png.jpg)
免费证书不支持通配符的...
2024-09-10
厉飞雨
阅读(59)
评论(0)
赞(4 )
ansible 安装 ssl 实现https访问
![](http://static.51tbox.com/static/2024-08-29/col/1cf3f3b7752c3ba8fa12ddaeb9aaf934/b46d4abac2364d6cb20f6d4b77f1fbfa.png.jpg)
1-配置 在负载均衡上配置 ssl
2-在 web上 的配置文件, 开启...
2024-09-10
厉飞雨
阅读(69)
评论(0)
赞(7 )
![](http://static.51tbox.com/static/2024-08-29/col/69550ddd9cc648dd5d1d06011b3b06a1/950b4501e5f642a7837affda090e968e.png.jpg)
证书购买选择 {#title-2}
-----------------
保护一个域名 <kbd>www</...
2024-09-10
厉飞雨
阅读(52)
评论(0)
赞(7 )
nginx: \[emerg\] cannot load certificate key "/etc/nginx/ssl_key/server.crt": PEM_read_bio_PrivateKey() failed (SSL: error:0906D06C:PEM routines:PEM_read_bio:no start line:Expectin...
2024-09-10
厉飞雨
阅读(74)
评论(0)
赞(7 )
redis安装 jenkins上有测试环境- 查看版本
### 1.2 Redis服务安装部署
#### 1.2.1 缓存服务安装部署
缓存服务下载解压:
cd /usr/local/
wget https://download.redis.io/releases/redis-6.2.10.tar.gz
tar xf redis...
2024-09-10
厉飞雨
阅读(65)
评论(0)
赞(6 )
方法: 就是关闭 公网访问端口, 配置强密码
[redis被攻击,导致redis连接不上,RDB异常解决方案 - 赶星而至 - 博客园 (cnblogs.com)](https://www.cnblogs.com/859630097com/p/15753252.html)
[Redis 漏洞总结_redis漏洞_Mokapeng的博客-CSDN博客](https://blo...
2024-09-10
厉飞雨
阅读(110)
评论(0)
赞(6 )
(error) MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is confi...
2024-09-10
厉飞雨
阅读(89)
评论(0)
赞(7 )
redis设置开机自启详细
https://blog.csdn.net/qq_54796785/article/details/128757969
1.新建一个系统服务文件:
vi /etc/systemd/system/redis.service
[Unit]
Description=redis-server
After=netwo...