We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78b64a7 + 366f995 commit 3d2d9f9Copy full SHA for 3d2d9f9
articles/cosmos-db/docker-emulator-linux.md
@@ -139,7 +139,7 @@ Use the following steps to run the emulator on Linux:
139
For Java-based applications, the certificate must be imported to the [Java trusted store.](local-emulator-export-ssl-certificates.md)
140
141
```bash
142
- keytool -keystore ~/cacerts -importcert -alias emulator_cert -file ~/emulatorcert.crt
+ keytool -import -alias emulator_cert -keystore -file ~/emulatorcert.crt -storepass changeit -noprompt
143
java -ea -Djavax.net.ssl.trustStore=~/cacerts -Djavax.net.ssl.trustStorePassword="changeit" $APPLICATION_ARGUMENTS
144
```
145
0 commit comments