Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am attempting to add a certificate to a keystore file using keytool.
For reasons I can't go into (bottom line - "that's the way it is"), the keystore file in question does not have a password on it - that may change, but right now it doesn't. And keytool won't let me add the certificate.
I've tried keytool -import -keystore <path to keystore> -file <path to cert file> and it asks for a password. Typing <CR> gets it to tell me that the password must be at least 6 characters.
Doing a keytool -list also asks for a password, but typing <CR> lists the entries in the file.
Is there something I can do with keytool to override the password check? I looked through the man page, but I may have missed something there...
Any help would be appreciated...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.