Versions Compared

Key

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

...

After importing the client's certificate into a java keystore, you need to include it into the Aspire startup script (startupaspire.bat) :

Code Block
-Djavax.net.ssl.keyStore=C:\pathToKeyStore\client.jks
-Djavax.net.ssl.keyStorePassword=password

...