1、使用wget下载安装包报错 报错:ERROR: cannot verify mirrors.tuna.tsinghua.edu.cn's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’: Issued certificate has expired. 报错意思是:连接到 mirrors.tuna.tsinghua.edu.cn 不安全,使用“不检查证书”,即在 wget 后加入no-check-certificate 即可解决。
[root@localhost/]# 二、解决办法 从上面的错误提示中,告诉我们 要以不安全的方式连接至 mirrors.tuna.tsinghua.edu.cn,使用“--no-check-certificate”。 因此,我们使用“--no-check-certificate”选项, 以不安全的方式连接,重新运行下命令 在这里插入图片描述 [root@localhost/]# wget https://mirrors.tuna.t...
A challenge password []: An optional company name []: #6.签发证书 CA]# openssl ca -in /data/host3.csr -out /etc/pki/CA/certs/host3.crt -days 100 Using configuration from /etc/pki/tls/openssl.cnf Check that the request matches the signature Signature ok Certificate Details: Serial Num...
Check that the request matches the signature Signature ok Certificate Details: Serial Number: 1 (0x1) Validity Not Before: Jul 17 16:14:46 2017 GMT Not After : Jul 17 16:14:46 2018 GMT Subject: countryName = CN stateOrProvinceName = HeNan organizationName = CAServer organizationalUnitName...
上面修改的内容会添加到这个配置文件中Enter pass phrasefor/etc/pki/CA/private/./cakey.pem:123456#输入刚才保护CA密钥的密码Check that the request matches the signature Signature ok Certificate Details: Serial Number: c9:16:bb:49:48:20:ed:16...
/home/xxx/openssl.cnf Check that the request matches the signature Signature ok Certificate Details...
Check that the request matches the signature Signature ok Certificate Details: Serial Number: 1 (0x1) Validity Not Before: Dec 10 08:26:36 2016 GMT Not After : Dec 10 08:26:36 2017 GMT Subject: countryName = CN stateOrProvinceName = Jiangsu ...
<trusted public cert> specifies OpenSSL trusted public certificate filename. (By default, the public TestRoot.pub.pem by default.) <target_soc> is: For the Jetson AGX Orin series, the Orin NX series, and the Orin Nano series: t23x For the Jetson Xavier NX series and the AGX Xavier ser...
yum check-update #列出所有可更新的软件清单命令 yum list all #列出所有已安装及可安装的软件包 yum provides ifconfig #列出ifconfig命令是那个软件包提供的 yum grouplist #查询可以用安装的组 yum update #内核升级或者更新所有软件(*谨慎使用*)
Provision-EflowVm-provisioningTypeDpsX509-scopeIdPASTE_YOUR_ID_SCOPE_HERE-registrationIdPASTE_YOUR_REGISTRATION_ID_HERE-identityCertPathPASTE_ABSOLUTE_PATH_TO_IDENTITY_CERTIFICATE_HERE-identityPrivateKeyPASTE_ABSOLUTE_PATH_TO_IDENTITY_PRIVATE_KEY_HERE ...