OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jks
(Results
1 - 5
of
5
) sorted by null
/prebuilts/sdk/tools/
jack-admin
278
keytool -genkeypair -validity 3650 -alias server -keyalg RSA -keysize 2048 -keypass Jack-Server -storepass Jack-Server -dname "CN=$SERVER_HOST" -keystore "$JACK_HOME/server.
jks
"
279
keytool -genkeypair -validity 3650 -alias client -keyalg RSA -keysize 2048 -keypass Jack-Server -storepass Jack-Server -dname "CN=$(id -un)@$(uname -n)" -keystore "$JACK_HOME/client.
jks
"
648
(cd "$JACK_HOME"; zip --exclude \*.pem \*.
jks
--recurse-paths "$REPORT_PATH" .) >/dev/null
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/security/
java.security
172
keystore.type=
jks
175
# Controls compatibility mode for the
JKS
keystore type.
177
# When set to 'true', the
JKS
keystore type supports loading
178
# keystore files in either
JKS
or PKCS12 format. When set to 'false'
179
# it supports loading only
JKS
keystore files.
[
all
...]
/prebuilts/jdk/jdk8/linux-x86/jre/lib/security/
java.security
171
keystore.type=
jks
174
# Controls compatibility mode for the
JKS
keystore type.
176
# When set to 'true', the
JKS
keystore type supports loading
177
# keystore files in either
JKS
or PKCS12 format. When set to 'false'
178
# it supports loading only
JKS
keystore files.
[
all
...]
/external/nanohttpd/
README.md
241
keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.
jks
-storepass password -validity 360 -keysize 2048 -ext SAN=DNS:localhost,IP:127.0.0.1 -validity 9999
243
This will generate a keystore file named 'keystore.
jks
' with a self signed certificate for a host named localhost with the ip adress 127.0.0.1 . Now
246
server.makeSecure(NanoHTTPD.makeSSLSocketFactory("/keystore.
jks
", "password".toCharArray()));
248
Before you start the server to make Nanohttpd serve https connections, when you make sure 'keystore.
jks
' is in your classpath .
/external/nanohttpd/src/site/markdown/
index.md
237
keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.
jks
-storepass password -validity 360 -keysize 2048 -ext SAN=DNS:localhost,IP:127.0.0.1 -validity 9999
239
This will generate a keystore file named 'keystore.
jks
' with a self signed certificate for a host named localhost with the ip adress 127.0.0.1 . Now
242
server.makeSecure(NanoHTTPD.makeSSLSocketFactory("/keystore.
jks
", "password".toCharArray()));
244
Before you start the server to make Nanohttpd serve https connections, when you make sure 'keystore.
jks
' is in your classpath .
Completed in 183 milliseconds