Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a command console
  2. Go to the Saga_Server directory
  3. Enter:


    Code Block
    themeFadeToGrey
    java -jar .\bin\saga-secure-1.3.0.53-SNAPSHOT.jar -ep=<your password> -path=<destination path> -config=config\config.json



  4. A file called pwd.txt should appear in the path that was specified containing the encrypted password (unless a different directory was provided to the command).

...

  1. Open a command console
  2. Go to the Saga_Server directory
  3. Enter:

    Code Block
    themeFadeToGrey
     java -jar bin\saga-secure-1.3.0.53-SNAPSHOT.jar -gks -path=<destination path> -config=config\config.json
  4. A file called ksPwd.txt should appear in the Saga_Server directory containing the Keystore password both encrypted and plain and the certificate password both encrypted and plain.
  5. Also a file called saga.jks containing the Java Keystore will be in the same path.
  6. Also a saga.cer file containing the certificate will be in the same path.

...