keytool
keytool error: java.lang.Exception: Input not an X.509 certificate
I am trying to import Gmails smtp certificate for use wi开发者_开发技巧th Jira, but I get this error when importing using Javas keytool.[详细]
2023-01-10 18:59 分类:问答What should I use for "Distinguished Name" in our Keystore for the Android Market
I\'m about to开发者_如何转开发 release an application in the Android Market. I need to generate a keystore to sign my application. The docs are a little spares on what I\'m support to put into for the[详细]
2023-01-08 11:29 分类:问答Can't sign a dig sig utilizing java / keytool
I have created a certificate basically straight from the keytool example page: keytool -genkey -dname \"cn=Anything, ou=Anything, o=Anything, c=US\" -alias business -keypass kpi135 -keystore C:\\myk[详细]
2023-01-05 02:05 分类:问答Accept server's self-signed ssl certificate in Java client
It looks like a standard question, but I couldn\'t find clear directions anywhere. I have java code tryin开发者_JS百科g to connect to a server with probably self-signed (or expired) certificate. The[详细]
2022-12-31 14:36 分类:问答Renew certificate with Java Keytool - reuse old CSR?
I have an SSL certificate in a Java keystore.It\'s going to expire in a week or so and I need to renew it.[详细]
2022-12-29 18:23 分类:问答Digital self-signed certification update expiry date
I have a self-signed digital certificate created using java keytool co开发者_开发问答mmand. Can I update only the expiry date of the keystore file, without creating new keystore?[详细]
2022-12-29 14:34 分类:问答Import client self signed cert into java keystore
See also: Can a Java key store import a key pair generated by OpenSSL? I am provided with the following files to a开发者_Python百科uthenticate against a thrift endpoint:[详细]
2022-12-29 07:14 分类:问答Published Android apk gives error "Package file was not signed correctly"
I recently uploaded my application to the android market however it\'s refusing to run when downloaded due to the error[详细]
2022-12-24 00:16 分类:问答Keystore in PKCS12 format seems empty to keytool, but is read by Firefox?
I have a problem with a keystore in pkcs12 format, which contains a private key I need to use to authenticate myself (using mutual authentication) to a remote SSL server.The keystore file can be read[详细]
2022-12-23 02:01 分类:问答SSL Certificate without host name in it
I have implemented a web service with server and client authentication using keytool. The problem is that this authentication doesn\'t work if I don\'t include the name of the host in it. For example:[详细]
2022-12-22 14:05 分类:问答
加载中,请稍侯......