Note that there are some explanatory texts on larger screens.

plurals
  1. USOpenssl3343
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COExactly. When I have autorisation of both gouverment, no trouble. My main problem is make a relation with the both gouvernment. I can make a "certificate request" but I have no idea how to make it accepted by the other gouvernment (and which gouvernment should make the request). And no one seem exactly know how to do this with a java keystore. This became my main priority next week, so perhaps I'll figure out.
      singulars
    2. COMost commandline could be found here [link]http://shib.kuleuven.be/docs/ssl_commands.shtml . I have 2 computers: a server running a Java keystore and one client running linux Redhat. I want build a certificate between the 2 computers. The final result must be a PEM certificate running with the command "wget --no-check-certificate --certificate=dev.pem https://?.?.?.?) The thing I don't know is which computer create the request certificate and how I turn the request certificate in certificate.
      singulars
    3. COFirst, on my server I generate a key for my client-side: keytool -genkey -alias _client machine name_ -keyalg RSA -keystore server.keystore -keysize 2048 keytool -certreq -alias _client machine name_ -keystore server.keystore -file req.csr This build a request "-----BEGIN NEW CERTIFICATE REQUEST-----". At this point I don't know what to do with the certificate request...
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload