breakup the line for readability

pull/60/head
Ka-Hing Cheung 2015-05-08 18:13:44 -07:00
rodzic 8f5fb1534c
commit 170e342b20
1 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -91,8 +91,13 @@ s3proxy.keystore-path=keystore.jks
s3proxy.keystore-password=password
```
To setup the keystore, do `keytool -keystore keystore.jks -alias aws
-genkey -keyalg RSA`. Use `*.s3.amazonaws.com` if you wish to proxy
To setup the keystore, do
```
$ keytool -keystore keystore.jks -alias aws -genkey -keyalg RSA
```
Use `*.s3.amazonaws.com` if you wish to proxy
access to Amazon S3 itself. Applications will reject the self-signed
certificate, unless you import it to the application's trusted
store. If the application is written in Java, you can do: