Changeset 32919 for main/trunk


Ignore:
Timestamp:
2019-03-19T19:00:51+13:00 (5 years ago)
Author:
ak19
Message:

Further details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/README_WebGLI.txt

    r32918 r32919  
    122122IMPORTANT: links for deleting keystores to regenerate from scratch
    123123* https://www.tbs-certificates.co.uk/FAQ/en/supprimer-certificat-keystore-java.html
     124 
     125    1. Make a work copy of your keystore on which we're going to make modifications.
     126    2. Identify the problematic alias with the following command: "keytool -list -v -keystore <keystoreCopy.jks>". In our case:
     127   
     128        keytool -list -v -keystore appletstore
     129
     130    3. Remove the alias from the certificate: "keytool -delete -alias <aliasToRemove> -keystore <keystoreCopy.jks>". In our case:
     131       keytool -delete -alias privateKey -keystore appletstore
     132
     133    4. Replace your server's keystore by your copy.
     134
    124135* https://superuser.com/questions/1061638/where-are-certificate-private-keys-stored-in-windows-7
Note: See TracChangeset for help on using the changeset viewer.