ansible 安装 ssl 实现https访问
ansible 安装 ssl 实现https访问 ![](http://static.51tbox.com/static/2024-08-29/col/1cf3f3b7752c3ba8fa12ddaeb9aaf934/b46d4abac2364d6cb20f6d4b77f1fbfa.png.jpg) 1-配置 在负载均衡上配置 ssl 2-在 web上 的配置文件, 开启...
ansible 安装 ssl 实现https访问 ![](http://static.51tbox.com/static/2024-08-29/col/1cf3f3b7752c3ba8fa12ddaeb9aaf934/b46d4abac2364d6cb20f6d4b77f1fbfa.png.jpg) 1-配置 在负载均衡上配置 ssl 2-在 web上 的配置文件, 开启...
![](http://static.51tbox.com/static/2024-08-29/col/69550ddd9cc648dd5d1d06011b3b06a1/950b4501e5f642a7837affda090e968e.png.jpg) 证书购买选择 {#title-2} ----------------- 保护一个域名 <kbd>www</...
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...
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...
方法: 就是关闭 公网访问端口, 配置强密码 [redis被攻击,导致redis连接不上,RDB异常解决方案 - 赶星而至 - 博客园 (cnblogs.com)](https://www.cnblogs.com/859630097com/p/15753252.html) [Redis 漏洞总结_redis漏洞_Mokapeng的博客-CSDN博客](https://blo...
(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...
redis设置开机自启详细 https://blog.csdn.net/qq_54796785/article/details/128757969 1.新建一个系统服务文件: vi /etc/systemd/system/redis.service [Unit] Description=redis-server After=netwo...
会话保持 安装 ( Redis) 1. 配置 nginx 2.安装 phpadmin 3 . 配置php.ini 4. 安装redis 5.配置 redis ![](http://static.51tbox.com/static/2024-08-29/col/42715e5085fa5ba891901cad77c482b8/7a1f2894095548858b6b2...
使用deployment部署redis案例: 1.导入镜像 wget http://192.168.11.253/Kubernetes/day06-/images/redis-6.0.5.tar.gz docker tag redis:6.0.5 harbor.baimei.com/baimei-db/redis:6.0.5 docker pus...
**1-下载redis** wget http://download.redis.io/releases/redis-3.2.12.tar.gz 6.6的版本在最后 2-解压 上传至/data tar xzf redis-3.2.12.tar.gz mv redis-3.2.12 redis 3-安装 cd redis ...