Nginx服务器(此部分注释的是 https 部分,有证书的可以采用证书域名): yum install nginx vim /etc/nginx/nginx.conf(可选,缺省状态不用改)user nginx;worker_processes auto;worker_rlimit_nofile 1024000;error_log /var/log/nginx/error.log notice;pid /run/nginx.pid;events{worker_connections 102400;use e...
--preserve Preserve npm and npx during install of node (requires rsync)-q,--quiet Disable curl output (if available)-d,--download Download only-a,--arch Override system architecture--all ls-remote displays all matches instead of last 20--insecure Turn off certificate checking for https reques...
* Initializing NSS with certpath: sql:/etc/pki/nssdb * skipping SSL peer certificate verification * NSS: client certificate not found (nickname not specified) * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=kube-apiserver * start date: Sep ...
[root@docker-01 ssl]# vim ca-csr.json [root@docker-01 ssl]# cfssl gencert -initca ca-csr.json | cfssljson -bare ca 2019/03/13 11:01:36 [INFO] generating a new CA key and certificate from CSR 2019/03/13 11:01:36 [INFO] generate received request 2019/03/13 11:01:36 [INFO]...
Dogtag Certificate System ... 10. Install a specific software group using yum groupinstall To install specific software group, use groupinstall option as shown below. In the following example, ‘DNS Name Server’ group contains bind and bind-chroot. ...
To enable TLS on the # default port, use: # # port 0 # tls-port 6379 # Configure a X.509 certificate and private key to use for authenticating the # server to connected clients, masters or cluster peers. These files should be # PEM formatted. # # tls-cert-file redis.crt # tls-...
.gitignore updated .gitignore Oct 9, 2019 .gitlab-ci.yml updated .gitlab-ci.yml Jun 2, 2023 .gitmodules updated URLs May 10, 2022 .pre-commit-config.yaml updated .pre-commit-config.yaml Aug 9, 2024 .pylintrc updated .pylintrc Jun 2, 2023 ...
X.509 CertificateGenerate X.509 public_key.der and private_key.priv files.Example x509-configuration.ini. Replace $USER and $EMAIL values.openssl req -x509 -new -nodes -utf8 -sha256 -days 36500 -batch \ -config x509-configuration.ini \ -outform DER -out public_key.der \ -keyout ...
(and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo=rhel-7-server-rpms ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until ...
apt install kubeadm=1.11.3-00 1. kubeadm init 安装的kubernetes是哪个版本,取决于 kubeadm 的版本,两者默认且必须一致。 安装完后,设置kubelet服务开机自启: systemctl enable kubelet 1. 必须设置Kubelet开机自启动,才能让k8s集群各组件在系统重启后自动运行。