Skip to content

Instantly share code, notes, and snippets.

@Slurpgeit
Created February 7, 2017 17:10
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 Slurpgeit/c9be2ad3a04659bc8c485826e2b89b1b to your computer and use it in GitHub Desktop.
Save Slurpgeit/c9be2ad3a04659bc8c485826e2b89b1b to your computer and use it in GitHub Desktop.
--- template.cfg.erb 2017-02-07 16:48:05.162151750 +0100
+++ template.cfg.erb 2017-02-07 17:35:33.359201872 +0100
@@ -24,6 +24,10 @@
<% if ca_path %>
cacert => "<%= ca_path %>"
<% end %>
+<% if keystore? %>
+ keystore => "<%= keystore_path %>"
+ keystore_password => "<%= keystore_password %>"
+<% end %>
<% if truststore? %>
truststore => "<%= truststore_path %>"
truststore_password => "<%= truststore_password %>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment