Skip to content

Commit

Permalink
Merge pull request #100 from pillarsdotnet/ISSUE-99
Browse files Browse the repository at this point in the history
ISSUE-99: Add note explaining redoubled backslashes.
  • Loading branch information
ghoneycutt authored Jan 2, 2020
2 parents 92b2a7d + 24f8667 commit 9a9319f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ The password for the given certificate

The location where the file certificate is.
Do not end the string with any forward or backslash.
Note that in puppet manifests, double-backslashes must be re-doubled, even in single-quoted strings, e.g.

```puppet
sslcertificate { "Install-PFX-Certificate from UNC path" :
name => 'mycert.pfx',
password => 'password123',
location => '\\\\StorageServer\Fileshare',
thumbprint => '07E5C1AF7F5223CB975CC29B5455642F5570798B'
}
```

##### `thumbprint`

Expand Down

0 comments on commit 9a9319f

Please sign in to comment.