跳转到内容

SRE笔记

  • 密码
    • 短链
  • 服务器
  • 关于

ssl标签存档订阅

jdk install ssl cert

cd /opt/jdk1.8.0_77/jre/lib/security keytool -impo… 继续阅读 jdk install ssl cert

  • 发表于: 2024-09-01 2024-09-01
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, jdk, ssl
  • 发表评论: jdk install ssl cert

no ssl_certificate” is defined in server listening on SSL port while SSL handshaking

sol: listen 443 default_server ssl;

  • 发表于: 2022-08-15 2022-08-15
  • 作者: aiops
  • 分类: SRE
  • 标签: https, s3, ssl
  • 发表评论: no ssl_certificate” is defined in server listening on SSL port while SSL handshaking

OpenSSL SSL_read: Connection was reset, errno 10054

执行: git config –global http.sslVerify "false… 继续阅读 OpenSSL SSL_read: Connection was reset, errno 10054

  • 发表于: 2022-08-09 2022-08-09
  • 作者: aiops
  • 分类: SRE
  • 标签: bash, git, http, ssl
  • 发表评论: OpenSSL SSL_read: Connection was reset, errno 10054

docker run kod explorer 4.46

install via docker mkdir -p /data/kod_data chmod -… 继续阅读 docker run kod explorer 4.46

  • 发表于: 2022-08-09 2022-08-09
  • 作者: aiops
  • 分类: SRE
  • 标签: Docker, proxy, ssl
  • 发表评论: docker run kod explorer 4.46

shell backup etcd

#!/bin/bash ETCDCTL_PATH='/usr/local/bin/etcd… 继续阅读 shell backup etcd

  • 发表于: 2022-07-25 2022-07-25
  • 作者: erer, er
  • 分类: SRE
  • 标签: etcd, shell, ssl
  • 发表评论: shell backup etcd

使用oracle cloud对象存储服务

兼容s3协议 key:右上角-用户设置-客户密钥-生成密钥 secret:右上角-用户设置-客户密钥… 继续阅读 使用oracle cloud对象存储服务

  • 发表于: 2022-06-23 2022-06-23
  • 作者: erer, er
  • 分类: SRE
  • 标签: https, Oracle, ssl
  • 发表评论: 使用oracle cloud对象存储服务

certbot get ssl cert

get: wget https://dl.eff.org/certbot-auto chmod +x… 继续阅读 certbot get ssl cert

  • 发表于: 2022-03-27 2022-03-27
  • 作者: stnds
  • 分类: SRE
  • 标签: acme, bash, https, ssl
  • 发表评论: certbot get ssl cert

nginx tcp代理增加ssl

stream { allow 114.114.114.114; deny all; proxy_ti… 继续阅读 nginx tcp代理增加ssl

  • 发表于: 2022-02-13 2022-02-13
  • 作者: stnds
  • 分类: SRE
  • 标签: cache, https, nginx, proxy, ssl, tcp
  • 发表评论: nginx tcp代理增加ssl

python get https ssl cert

ssl socket: import ssl, socket hostname = ‘www.bai… 继续阅读 python get https ssl cert

  • 发表于: 2022-01-13 2022-01-13
  • 作者: stnds
  • 分类: SRE
  • 标签: https, python, ssl
  • 发表评论: python get https ssl cert

curl获取ssl证书

curl -s -vvI https://www.baidu.com opt: -I, –head… 继续阅读 curl获取ssl证书

  • 发表于: 2022-01-09 2022-01-09
  • 作者: stnds
  • 分类: SRE
  • 标签: bash, curl, https, ssl
  • 发表评论: curl获取ssl证书

nbminer ethash ssl

nbminer -a ethash -o stratum+ssl://云主机ip:5555 -u w… 继续阅读 nbminer ethash ssl

  • 发表于: 2021-12-30 2021-12-30
  • 作者: stnds
  • 分类: SRE
  • 标签: bash, https, ssl
  • 发表评论: nbminer ethash ssl

github hosts

192.30.253.113 github.com 151.101.185.194 github.g… 继续阅读 github hosts

  • 发表于: 2021-12-20 2021-12-20
  • 作者: tesla
  • 分类: SRE
  • 标签: https, ssl
  • 发表评论: github hosts

nginx net/http: TLS handshake timeout

ssl_session_cache off;

  • 发表于: 2021-12-20 2021-12-20
  • 作者: tesla
  • 分类: SRE
  • 标签: cache, http, https, nginx, ssl
  • 发表评论: nginx net/http: TLS handshake timeout

ubuntu安装xrdp远程桌面工具

安装: #先安装tightvncserver apt install tightvncserver … 继续阅读 ubuntu安装xrdp远程桌面工具

  • 发表于: 2021-09-17 2021-09-17
  • 作者: dn
  • 分类: SRE
  • 标签: bash, https, ssl, ubuntu
  • 发表评论: ubuntu安装xrdp远程桌面工具

kubernetes部署nginx ssl aliyun aks

ssl kubectl create secret tls tls-test-mycom-com -… 继续阅读 kubernetes部署nginx ssl aliyun aks

  • 发表于: 2021-08-12 2021-08-12
  • 作者: sjx
  • 分类: SRE
  • 标签: aliyun, http, https, kubernetes, nginx, proxy, ssl, tls, yaml
  • 发表评论: kubernetes部署nginx ssl aliyun aks

nginx开启OCSP Stapling 配置

OCSP Stapling原理 OCSP(Online Certificate Status Pro… 继续阅读 nginx开启OCSP Stapling 配置

  • 发表于: 2021-08-06 2021-08-06
  • 作者: sjx
  • 分类: SRE
  • 标签: nginx, ssl
  • 发表评论: nginx开启OCSP Stapling 配置

nginx 指定 tls 版本

server_name xxx.xxx.com; listen 443; ssl on; acces… 继续阅读 nginx 指定 tls 版本

  • 发表于: 2021-06-09 2021-06-09
  • 作者: sjx
  • 分类: SRE
  • 标签: https, nginx, ssl, tls
  • 发表评论: nginx 指定 tls 版本

kubernetes快速部署rocketmq-console 2.0.0

mvn package git clone https://github.com/apache/ro… 继续阅读 kubernetes快速部署rocketmq-console 2.0.0

  • 发表于: 2021-03-19 2021-03-19
  • 作者: sjx
  • 分类: SRE
  • 标签: http, kubernetes, rocketmq, spring, ssl
  • 发表评论: kubernetes快速部署rocketmq-console 2.0.0

linux安装acme.sh自动更新https证书

curl https://get.acme.sh | sh alias acme.sh=~/.acm… 继续阅读 linux安装acme.sh自动更新https证书

  • 发表于: 2021-02-09 2021-02-09
  • 作者: yew
  • 分类: SRE
  • 标签: acme, bash, curl, https, Linux, nginx, ssl
  • linux安装acme.sh自动更新https证书有 1 条评论

Zabbix监控kubernetes

获取k8s的api地址 cat /etc/kubernetes/kubelet.conf |grep… 继续阅读 Zabbix监控kubernetes

  • 发表于: 2021-01-13 2022-07-25
  • 作者: yew
  • 分类: SRE
  • 标签: kubernetes, post, ssl, zabbix
  • 发表评论: Zabbix监控kubernetes

分页

页码: 1 页码: 2 页码: 3 下一页

搜索

搜索:

近期评论

  • 周周 发表在《Kubernetes部署NextCloud网盘》
  • mysql m-s via gtid – SRE笔记 发表在《MySQL SET GTID_NEXT》
  • kangder 发表在《Kubernetes部署NextCloud网盘》
  • xs 发表在《Kubernetes部署NextCloud网盘》
  • test 发表在《gin不转义html标签》

标签

aws (15) bash (1123) Blockchain (28) centos (28) Docker (105) elasticsearch (26) eth (34) fil (39) go (129) golang (154) Grafana (13) hpc (15) http (299) https (1999) ingress (14) iptables (20) java (75) JVM (20) kubernetes (309) Linux (546) lotus (30) mongoDB (41) MySQL (184) nginx (112) php (25) python (148) redis (34) s3 (75) shell (20) springboot (32) tcp (69) tomcat (15) ubuntu (31) vue (18) windows (42) wordpress (14) zabbix (37) 夏小胖 (31) 安全 (55) 工具 (451) 折腾 (24) 推荐 (15) 硬件 (61) 网络 (246) 资源 (49)

归档

  • 2024 年 12 月
  • 2024 年 11 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 8 月
  • 2024 年 7 月
  • 2024 年 6 月
  • 2024 年 5 月
  • 2024 年 4 月
  • 2024 年 3 月
  • 2024 年 2 月
  • 2024 年 1 月
  • 2023 年 12 月
  • 2023 年 11 月
  • 2023 年 10 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 7 月
  • 2023 年 6 月
  • 2023 年 5 月
  • 2023 年 4 月
  • 2023 年 3 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月
  • 2022 年 7 月
  • 2022 年 6 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2022 年 1 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 9 月
  • 2021 年 8 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 5 月
  • 2021 年 4 月
  • 2021 年 3 月
  • 2021 年 2 月
  • 2021 年 1 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 9 月
  • 2020 年 8 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 8 月
  • 2017 年 7 月
  • 2017 年 6 月
  • 2017 年 5 月
  • 2017 年 4 月
  • 2017 年 3 月
  • 2017 年 2 月
  • 2017 年 1 月
  • 2016 年 12 月
  • 2016 年 11 月
  • 2016 年 10 月
  • 2016 年 9 月
  • 2016 年 8 月
  • 2016 年 7 月
  • 2016 年 6 月
  • 2016 年 5 月
  • 2016 年 4 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 10 月
  • 2015 年 9 月
  • 2015 年 8 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 5 月
  • 2015 年 4 月
  • 2015 年 3 月
  • 2015 年 2 月
  • 2015 年 1 月
  • 2014 年 12 月
  • 2014 年 11 月
  • 2014 年 10 月
  • 2014 年 9 月
  • 2014 年 8 月
  • 2014 年 7 月
  • 2014 年 6 月
  • 2014 年 5 月
  • 2014 年 2 月