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
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
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
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
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
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