Skip to content

Instantly share code, notes, and snippets.

@stack72
Created July 5, 2013 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stack72/5934771 to your computer and use it in GitHub Desktop.
Save stack72/5934771 to your computer and use it in GitHub Desktop.
class install_my_certificate {
manage_sslcertificate{ "Mycert.co.uk": {
password => "my cert password",
certificate_location => "c:\path to cert",
cert_root_store => "LocalMachine",
cert_store_dir => "My"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment