pull/60/head
Ka-Hing Cheung 2015-05-08 18:14:47 -07:00
rodzic 170e342b20
commit 542a791a9e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -97,7 +97,7 @@ To setup the keystore, do
$ keytool -keystore keystore.jks -alias aws -genkey -keyalg RSA
```
Use `*.s3.amazonaws.com` if you wish to proxy
Use `*.s3.amazonaws.com` as the `CN` 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: