Wildfly用https访问需要在配置文件中添加一些配置我们网站的证书是通过赛门铁克申请的,证书和私钥需要压缩成jks文件,压缩的地址为https://www.ssltools.org/certificate-convert.htmpem空着下面的密码设置成一样的密钥对别名写成域名生成好文件之后放到wildfly的路径为/usr/l..
分类:
Web程序 时间:
2015-07-02 17:50:55
阅读次数:
605
这几天在搞数据的本地备份和远程备份的事情,用到了sersync这个国产的同步工具,可是发现他托管在google code,需要fanqiang才能下载, 于是就弄了一个github的镜像,顺便把64位的二进制包也放到上面,这样安装时候直接wget就好了。sersync github镜像
sersync 下载地址
wget --no-check-certificate https://raw.gith...
分类:
其他好文 时间:
2015-06-30 18:15:55
阅读次数:
176
一、证书的整体结构:证书内容、签名算法、签名结果。用ASN.1语法描述如下:Certificate::=SEQUENCE{ tbsCertificate TBSCertificate, signatureAlgorithm AlgorithmIdentifier, si...
create a certificate/bin/keytool -genkey -alias -keystore /.pfx -storepass -validity 3650 -keyalg RSA -keysize 2048 -storetype pkcs12 -dname "CN=Sel.....
分类:
移动开发 时间:
2015-06-24 18:06:38
阅读次数:
358
C# 使用 X.509 v.3 证书的方法。public static void Main() { // The path to the certificate. string Certificate = "Certificate.cer"; // Load the certificate into...
No matching provisioning profiles found.No matching code signing identity found.Your account already has a valid iOS Distribution certificate.由于苹果只允许它...
分类:
移动开发 时间:
2015-06-23 17:24:45
阅读次数:
126
Please verify that your device‘s clock is properly set, and that your signing certificate is not expired. 网上搜了下,基本都是关于越狱相关的。博主自己说实话,没越狱。那问题来了,那到底是什么原因呢,...
分类:
其他好文 时间:
2015-06-23 13:55:11
阅读次数:
141
git失败,报错ssl-certificate错误,原因查明为时间不同步,修改为当前时间即可。...
分类:
其他好文 时间:
2015-06-20 09:12:47
阅读次数:
1013
Signing key has not been configured.https://dev.openwrt.org/changeset/38284Add package signing key and certificate configuration options to the"Image ...
分类:
其他好文 时间:
2015-06-07 21:35:07
阅读次数:
160
在前面说到,消息摘要用于验证数据完整性,对称与非对称加密用于保证数据保密性,数据签名用于数据的抗否认性,于是集这些安全手段于一身的终极武器--数字证书出现了。数字证书具备了加密/解密的必要信息,包含签名算法,可用于网络数据加密/解密交互,标识网络用户(计算机)身份。数据证书为发布公钥提供了一种简便途径,成为加密算法以及公钥的载体。
数字证书有多种文件编码格式,主要包含CER编码、DER...
分类:
编程语言 时间:
2015-06-07 17:28:47
阅读次数:
173