Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

1.   Acquiring an Application Client Certificate
a.   Generate an rsa key
b.   Generate a request for a certificate

2.   Creating a java keystore containing a Application Client Certificate

...

3.  Now generate some random stuff by doing the following command lines:

Code Block
ps > foo
ps -elf >>  fooelf >>  foo

4.  Execute the following command:

Code Block
openssl genrsa -rand foo 1024  > >   httpshttps-key.pem

For WINDOWS systems:

...

Code Block
ps > foodir c:* * >> >>   foofoo

           

4. Execute the following command:

...

Code Block
openssl req -key https-key.pem -new  > > req.pem

When prompted for input, use these answers: (or use the default answers for all but Common name and challenge password)

...