皮卡丘公共服务测试根证书 RSA提供公共自签名代码签名、时间戳服务、UEFI固件认证签名、Windows驱动签名以及驱动签名策略自定义服务
Pikachu Public Service Test Root Certificate RSA provides public self signed code signature, timestamp service, UEFI firmware authentication signature, Windows driver signature, and driver signature policy customization service.
-
此CA机构签出的时间戳和证书不会校验真实性和申请来源身份,任何人均可以随意生成任意时间戳和未经验证的证书!!!
-
此CA机构签出的时间戳和证书仅用于测试用途,不应用于重要场合或者生产环境,未经验证的证书不应在实践中使用!!!
-
The timestamps and certificates signed out by this CA institution will not be verify. Anyone can generate any timestamp and unverified certificate at will.
-
**The timestamp and certificate issued by this CA organization are only for testing purposes and should not be used in important occasions or production environments. **
通用名称(CN)/名称(Name) | 组织(O) | 组织机构(OU) | 描述(Description) | 证书策略(CPS) | OCSP服务 (OCSP) |
吊销列表 (CRL List) |
下载证书 (Download) |
导入证书 Setup CA |
---|---|---|---|---|---|---|---|---|
皮卡丘公共测试根RSA Pikachu Public Test Root RSA |
皮卡丘信任网络CA Pikachu Trust Network CA |
皮卡丘证书颁发机构 Pikachu Certification Authority |
皮卡丘公共服务测试根证书 RSA Pikachu Public Test Root RSA |
PDF:中文 English TXT:中文 English |
OCSP | 2025-2050 | CER CRT DER P7B | Windows |
通用名称(CN)/名称(Name) | 描述(Description) | 吊销列表 (Revocation List) |
证书下载 |
---|---|---|---|
Pikachu Time Sub CA | 皮卡丘时间戳签署中间子证书CA (Pikachu Time Signning Sub CA) | 2025/01/01 - 2050/01/01 | CER / CRT / DER / P7B |
Pikachu UEFI Sub CA | 皮卡丘UEFI密钥交换证书中间CA (Pikachu UEFI Key Exchange CA) | 2025/01/01 - 2050/01/01 | CER / CRT / DER / P7B |
Pikachu Code Sub CA | 皮卡丘公共测试代码证书中间CA (Pikachu Code Signning Sub CA) | 2025/01/01 - 2050/01/01 | CER / CRT / DER / P7B |
**CA机构 Certificate Authority ** |
有效时间 Valid Time |
邮件地址 Email Address |
国家 Country |
省份 State |
城市 Location |
组织 Organization |
组织单元 Org Unit |
可选描述信息 Description |
可选域名列表 Domains |
提交申请 Submit |
---|---|---|---|---|---|---|---|---|---|---|
Pikachu Time Sub CA(申请时间签名证书) Pikachu UEFI Sub CA(申请UEFI签名证书)Pikachu Code Sub CA(申请时间代码证书)Pikachu Auth Sub CA(申请身份认证证书)Pikachu File Sub CA(申请文件加密证书)Pikachu Mail Sub CA(申请电子邮件证书)Pikachu mTLS Sub CA(申请SSL 验证证书)Pikachu Sign Sub CA(申请文件签名证书) | 2000~2025202~20502050~20752075~2100 |
备注:证书主体名称(Common Name)无法自定义,将会使用备注信息(Description)区分和替代主体名称(Common Name),证书一旦创建就无法吊销或撤回,私钥泄漏也没有办法禁用,请妥善保管您的证书私钥
Certificate’s Common Name can NOT be customized on this Service, please fill in and use Description instead. Once a cert is created, it cannot be revoked. Please keep your private key safe.
<script src="https://cdn.dingxiang-inc.com/ctu-group/captcha-ui/v5/index.js" crossorigin="anonymous" id="dx-captcha-script"></script> <script> var captcha_txt = ""; function openPopup() { var newWindow = window.open("", "Captcha 人机验证", "width=400,height=200"); newWindow.document.write("请完成人机验证
"); newWindow.document.write(""); } function captcha(parameters) { var myCaptcha = _dx.Captcha(document.getElementById('cap'), { appId: 'b4f11125fb26b4fd3010ba2146cf36a7', apiServer: 'https://cap.dingxiang-inc.com', success: function (token) { captcha_txt = token; return token; } }) } function ca_post(parameters) { var ca_name_obj = document.getElementById("ca_name"); var va_time_obj = document.getElementById("va_time"); var in_data_obj = document.getElementById("in_data"); var in_code_obj = document.getElementById("in_code"); var in_main_obj = document.getElementById("in_main"); var in_subs_obj = document.getElementById("in_subs"); var in_orgs_obj = document.getElementById("in_orgs"); var in_part_obj = document.getElementById("in_part"); var in_mail_obj = document.getElementById("in_mail"); var in_coms_obj = document.getElementById("in_coms"); var ca_name_txt = ca_name_obj.value; var va_time_txt = va_time_obj.value; var in_data_txt = in_data_obj.value; var in_code_txt = in_code_obj.value; var in_main_txt = in_main_obj.value; var in_subs_txt = in_subs_obj.value; var in_orgs_txt = in_orgs_obj.value; var in_part_txt = in_part_obj.value; var in_mail_txt = in_mail_obj.value; var in_coms_txt = in_coms_obj.value; if(ca_name_txt.length<=0){ window.alert("请选择颁发机构\nPlease select the Certificate Authority."); return false; } if(va_time_txt.length<=0){ window.alert("请选择有效时间\nPlease select an Valid Time."); return false; } if(in_mail_txt.length<=0){ window.alert("请填写邮件地址\nPlease fill in the Email Address."); return false; } else{ const regEmail = /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/ if (!regEmail.test(in_mail_txt)) { window.alert("请正确填写邮件\nPlease check the Email Address."); return false; } } if(in_main_txt.length<=0){ window.alert("请填写所在省份\nPlease fill in the State where you are located."); return false; } if(in_subs_txt.length<=0){ window.alert("请填写所在城市\nPlease fill in the Location where you are located."); return false; } if(in_orgs_txt.length<=0){ window.alert("请填写您的组织\nPlease fill in your Organization."); return false; } if(in_part_txt.length<=0){ window.alert("请填写您的部门\nPlease fill in your Organizational Unit."); return false; } // if(in_data_txt.length<=0){ // window.alert("请填写备注信息\nPlease fill in your Description."); // return false; // } if(!(/^[A-Z]{2}$/.test(in_code_txt))){ window.alert("国家字段必须是两位大写字母\nThe country must be two capital letters."); return false; } if(captcha_txt.length<=0){ captcha(); return false; } else{ window.open("http://post.certs.us.kg/cert/?ca_name="+ca_name_txt+"&va_time="+va_time_txt+"&in_data="+in_data_txt+"&in_code="+in_code_txt+"&in_main="+in_main_txt+"&in_subs="+in_subs_txt+"&in_orgs="+in_orgs_txt+"&in_part="+in_part_txt+"&in_mail="+in_mail_txt+"&in_coms="+in_coms_txt+"&captcha="+captcha_txt); window.alert("您的证书请求已经提交到服务器,请检查新打开的网页并下载您的证书\n注意:服务器既不会保留您的私钥,也无法吊销证书,请妥善保管私钥\nYour certificate request has been submitted, check the new webpage. \nNote: The server will NOT retain the certificate private key after issued. \nCertificate cannot be revoked. PLEASE KEEP YOUR PRIVATE KEY SAFE!"); captcha_txt = ""; return true; } } </script>