This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:backup:ahsay_ssl [2013/10/03 15:32] 127.0.0.1 external edit |
computing:backup:ahsay_ssl [2025/02/03 14:58] (current) gcooper |
||
---|---|---|---|
Line 44: | Line 44: | ||
</ | </ | ||
- | ===== Install | + | ===== Install Commercial |
- | + | ||
- | These are instructions on how to import an existing wildcard certificate. | + | |
- | + | ||
- | - Download the keystore file from your backup server | + | |
- | * < | + | |
- | - Download the free KeyStore Explorer and install on your computer | + | |
- | * Linux, Mac or Windows | + | |
- | * Requires Sun Java | + | |
- | * http:// | + | |
- | - Open the downloaded keystore file in KeyStore Explorer | + | |
- | - Delete the '' | + | |
- | * The default password is '' | + | |
- | - Import the commercial key pair | + | |
- | - **Tools -> Import Key Pair** | + | |
- | - Choose OpenSSL, but it could be different for your cert | + | |
- | - De-select '' | + | |
- | - Select your Private Key (probably a '' | + | |
- | - Select your Certificate (probably a '' | + | |
- | - Click Import | + | |
- | - On the next screen, change the alias to '' | + | |
- | - Enter '' | + | |
- | - Save the keystore file | + | |
- | - Upload it back to the original location on your Ahsay backup server | + | |
- | - Restart your Ahsay backup server | + | |
- | + | ||
- | ===== Other Miscellaneous Notes ===== | + | |
List keys in keystore: | List keys in keystore: | ||
Line 78: | Line 52: | ||
</ | </ | ||
- | Use the default password for the following: '' | + | :!: Use the default password for the following: '' |
Delete the existing cert: | Delete the existing cert: | ||
Line 88: | Line 62: | ||
''/ | ''/ | ||
- | Choose ' | + | Press < |
Certificate request for a commercial cert: | Certificate request for a commercial cert: | ||
+ | |||
+ | :!: When prompted for '' | ||
< | < | ||
Line 96: | Line 72: | ||
</ | </ | ||
- | Import the intermediate certificate first, then the primary cert: | + | Import the intermediate certificate(s) first, then the primary cert: |
+ | |||
+ | :!: Comodo PositiveSSL Domain Validated intermediate certs shown. | ||
+ | |||
+ | :!: You don't need to import a cert if it already exists. | ||
< | < | ||
- | / | + | / |
- | / | + | / |
+ | |||
+ | / | ||
+ | |||
+ | / | ||
</ | </ | ||
+ | |||
+ | Restart OBSR: | ||
+ | |||
+ | < | ||
+ | service obsr stop && service obsr start | ||
+ | </ | ||
+ | |||
+ | Make sure SSL port 443 is listening: | ||
+ | |||
+ | < | ||
+ | netstat -tapn | ||
+ | </ | ||
+ | |||
+ | ===== Install a Commercial Wildcard Certificate ===== | ||
+ | |||
+ | FIXME Unverified | ||
+ | |||
+ | These are instructions on how to import an existing wildcard certificate. | ||
+ | |||
+ | - Download the keystore file from your backup server | ||
+ | * < | ||
+ | - Download the free KeyStore Explorer and install on your computer | ||
+ | * Linux, Mac or Windows | ||
+ | * Requires Sun Java | ||
+ | * https:// | ||
+ | - Open the downloaded keystore file in KeyStore Explorer | ||
+ | - Delete the '' | ||
+ | * The default password is '' | ||
+ | - Import the commercial key pair | ||
+ | - **Tools -> Import Key Pair** | ||
+ | - Choose OpenSSL, but it could be different for your cert | ||
+ | - De-select '' | ||
+ | - Select your Private Key (probably a '' | ||
+ | - Select your Certificate (probably a '' | ||
+ | - Click Import | ||
+ | - On the next screen, change the alias to '' | ||
+ | - Enter '' | ||
+ | - Save the keystore file | ||
+ | - Upload it back to the original location on your Ahsay backup server | ||
+ | - Restart your Ahsay backup server | ||
+ | |||