search for: secretserv

Displaying 1 result from an estimated 1 matches for "secretserv".

Did you mean: secrethere
2011 Dec 13
1
Puppet integration with SecretServer (Thycotic)
I''ve done some more development on my Puppet module that handles password integration with Secret Server from Thycotic, and now it handles certificates as well. This allows you to have a ''password'' define that ensures the password is stored in SecretServer, and changes it on a regular basis: password { ''root'': maxage=>60; } password { ''oracle'': } Also now you can manage certificates, and it will install and update them: ssl::cert { $fqdn: } ssl::cert { ''foo.company.com'': key=>''...