#1新增用户esuseradd espasswd es#2调整系统参数vi /etc/hosts#ES_Cluster192.168.0.51 ESNode1192.168.0.52 ESNode2192.168.0.53 ESNode3修改机器名vim /etc/sysconfig/network ...
分类:
其他好文 时间:
2019-07-23 19:01:41
阅读次数:
340
kubeadm 默认证书为一年,一年过期后,会导致api service不可用,使用过程中会出现:x509: certificate has expired or is not yet valid. 方案一 通过修改kubeadm 调整证书过期时间 修改代码,调整过期时间 克隆代码:git clon ...
分类:
其他好文 时间:
2019-06-26 20:47:40
阅读次数:
759
certutil -hashfile test.txt MD5 certutil -hashfile test.txt SHA1 certutil -hashfile test.txt SHA256 ...
下载资源到文件夹 D:\resource\installs 下 ...
CertUtil -hashfile C:\xxx.tar MD5 此命令不仅可以做MD5哈希算法校验,还支持其他的哈希算法,具体如下: CertUtil -hashfile 文件路径 [算法] 支持的算法有:MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512 作者:贾己人 ...
1.certutil 命令简介 本来想找一个工具 算一个文件的md5 或者是sha 值来着. 找到一个说法是 可以使用 windows 自带的命令行来处理 具体命令 相关的命令帮助为: 截图为: ...
生成文件的MD5、SHA、SHA256 Linux系统生成MD5、SHA、SHA256 md5sum file1.zip >> MD5.txt sha1sum file1.zip >> SHA1.txt sha256sum file1.zip >> SHA256.txt windows系统生成MD5 ...
分类:
其他好文 时间:
2018-10-11 15:43:55
阅读次数:
567
配置: 参考资料:http://blog.51cto.com/ygtq666/2164919?source=dra ...
分类:
其他好文 时间:
2018-09-03 19:29:48
阅读次数:
202
windows:certutil -hashfile yourfilename.ext MD5certutil -hashfile yourfilename.ext SHA1certutil -hashfile yourfilename.ext SHA256Linux:
引用自 http://blog.163.com/licanli2082@126/blog/static/35748686201284611330/ certutil hashfile yourfilename.ext MD5 certutil hashfile yourfilename.ext SH ...