mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
20 lines
662 B
Markdown
20 lines
662 B
Markdown
# IIS local host secure website setup
|
|
|
|
The setup-iis-https.sh script in this folder automates much of the certificate
|
|
setup required to host secure versions of the Keyman sites on your development
|
|
machine, such as https://keyman.com.local/.
|
|
|
|
The script must be run as Administrator and can safely be run multiple times.
|
|
|
|
Once configured, the certificates will work for the following sites (configured in v3.ext):
|
|
- `localhost`
|
|
- `keyman-local.com`
|
|
- `*.keyman-local.com`
|
|
- `keyman.com.local`
|
|
- `*.keyman.com.local`
|
|
- `keymanweb.com.local`
|
|
- `keymankeyboards.com.local`
|
|
- `keyman.dev.local`
|
|
- `*.keymanweb.com.local`
|
|
- `keyman.blog.local`
|
|
- `*.keyman.blog.local`
|