Re: Need help with keytool

2009-02-25 Thread Mark H. Wood
On Tue, Feb 24, 2009 at 03:17:52PM -0800, John Oliver wrote: > On Tue, Feb 24, 2009 at 03:48:21PM -0500, Mark H. Wood wrote: > > On Tue, Feb 24, 2009 at 08:02:30AM -0800, John Oliver wrote: > > > > > 10. Right click on the displayed keypair and Rename it to 'key' > > > > -changealias -alias OLDN

Re: Need help with keytool

2009-02-25 Thread Mark H. Wood
On Tue, Feb 24, 2009 at 03:11:29PM -0800, John Oliver wrote: > On Tue, Feb 24, 2009 at 03:48:21PM -0500, Mark H. Wood wrote: > > I don't think Sun keytool will do thist step. You can export > > certificates but not private keys -- at least, I've never found a way > > to move private keys in or out

Re: Need help with keytool

2009-02-24 Thread John Oliver
On Tue, Feb 24, 2009 at 03:48:21PM -0500, Mark H. Wood wrote: > On Tue, Feb 24, 2009 at 08:02:30AM -0800, John Oliver wrote: > > > 10. Right click on the displayed keypair and Rename it to 'key' > > -changealias -alias OLDNAME -destalias key Question: When I did this with the GUI tool, the "OL

Re: Need help with keytool

2009-02-24 Thread John Oliver
On Tue, Feb 24, 2009 at 03:48:21PM -0500, Mark H. Wood wrote: > On Tue, Feb 24, 2009 at 08:02:30AM -0800, John Oliver wrote: > > I need to turn PKI certs into JKSes. I have some instructions from one > > JKS is Java KeyStore or some such. It's a database of certificates > and private keys. You

Re: Need help with keytool

2009-02-24 Thread Mark H. Wood
On Tue, Feb 24, 2009 at 08:02:30AM -0800, John Oliver wrote: > I need to turn PKI certs into JKSes. I have some instructions from one JKS is Java KeyStore or some such. It's a database of certificates and private keys. You can't turn a certificate into a .jks but you can store certificates into

Need help with keytool

2009-02-24 Thread John Oliver
I need to turn PKI certs into JKSes. I have some instructions from one of the developers, but it refers to a "KeyTool UI" which, it turns out, is not part of the base OS install, but, "Oh, just go out and search the Internet for one..." No thanks. Besides, I'd like to script this stuff. The man