diff options
author | WouterTinus <wouter.tinus@gmail.com> | 2019-09-02 21:49:48 +0200 |
---|---|---|
committer | WouterTinus <wouter.tinus@gmail.com> | 2019-09-02 21:49:48 +0200 |
commit | 789fd34620b6e8f35b29738f2f0454261e734b9f (patch) | |
tree | 1d40cfa865f3a0f85ca544509425681fc766c433 /docs/reference/plugins/installation/script.md | |
parent | 88087cd562cfe162456377cc2a9f525a76e22d88 (diff) | |
download | letsencrypt-win-simple-789fd34620b6e8f35b29738f2f0454261e734b9f.zip letsencrypt-win-simple-789fd34620b6e8f35b29738f2f0454261e734b9f.tar.gz letsencrypt-win-simple-789fd34620b6e8f35b29738f2f0454261e734b9f.tar.bz2 |
website update
Diffstat (limited to 'docs/reference/plugins/installation/script.md')
-rw-r--r-- | docs/reference/plugins/installation/script.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/reference/plugins/installation/script.md b/docs/reference/plugins/installation/script.md index 3274ca8..70a895a 100644 --- a/docs/reference/plugins/installation/script.md +++ b/docs/reference/plugins/installation/script.md @@ -9,17 +9,17 @@ You provide the program with the path to the script and it will run automaticall ## Parameters The following variables can be provided from the program to the script as command line arguments. -``` -{0} or {CertCommonName} - Common name (primary domain name) -{1} or {CachePassword} - The .pfx password (generated randomly for each renewal) -{2} or {CacheFile} - Full path of the cached.pfx file -{4} or {CertFriendlyName} - Friendly name of the generated certificate -{5} or {CertThumbprint} - Thumbprint of the generated certificate -{7} or {RenewalId} - Id of the renewal - -{3} or {6} or {StorePath} - Path or store name used by the store plugin -{StoreType} - Name of the plugin (CentralSsl, CertificateStore or PemFiles) -``` +| Value | Replaced with | +|----------------|----------------| +| `{0}` or `{CertCommonName}` | Common name (primary domain name) | +| `{1}` or `{CachePassword}` | The .pfx password (generated randomly for each renewal) | +| `{2}` or `{CacheFile}` | Full path of the cached.pfx file | +| `{4}` or `{CertFriendlyName}` | Friendly name of the generated certificate | +| `{5}` or `{CertThumbprint}` | Thumbprint of the generated certificate | +| `{7}` or `{RenewalId}` | Id of the renewal | +| `{3}` or `{6}` or `{StorePath}` | Path or store name used by the (first) store plugin | +| `{StoreType}` | Name of the plugin (CentralSsl, CertificateStore or PemFiles) | + ## Example If you need your scripts parameters to look something like this: @@ -40,4 +40,4 @@ If you need to put double quotes around your parameters from the command line, y For **Powershell** scripts, string parameters can also be delimited with single quotes, for example: -`--scriptparameters "action=import file='{CacheFile}' password='{CachePassword}'"` +`--scriptparameters "action=import file='{CacheFile}' password='{CachePassword}'"`
\ No newline at end of file |