Skip to content

Instantly share code, notes, and snippets.

@frayos
Created May 24, 2018 13:11
Show Gist options
  • Save frayos/1a6f4cd1c1b94256205cf13d3457ac3d to your computer and use it in GitHub Desktop.
Save frayos/1a6f4cd1c1b94256205cf13d3457ac3d to your computer and use it in GitHub Desktop.
EM-FS-MM 9.4 - use Windows Trust Store
#####7611192712 http://sirius.na.sas.com/Sirius/GSTS/ShowTrack.aspx?trknum=7611192712
We found a way to get SSL based EM, FS and MM installed clients to reference certificates in the standard Windows trust store.
This is key because it allows users to deploy the installed client versions of these tools without having to "manually" import SSL certificates into the SAS Private JRE cacerts trust store.
add the following Java runtime arguments to the em.ini file, etc:
JavaArgs_nn=-Djsse.enableSNIExtension=false
JavaArgs_nn=-Djavax.net.ssl.trustStoreProvider=SunMSCAPI
JavaArgs_nn=-Djavax.net.ssl.trustStoreType=Windows-ROOT
JavaArgs_nn=-Djavax.net.ssl.keyStoreProvider=SunMSCAPI
JavaArgs_nn=-Djavax.net.ssl.keyStoreType=Windows-MY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment