Open hilmiller opened 6 years ago
@hilmiller you mean from Puppet master to F5 bigip?
@scshitole Yeah, puppet master has the cert and the puppet device run puts the cert on the f5. I don't think that's possible currently. Perhaps a better solution would be to create a "f5_put_file" type that could handle uploading arbitrary F5 configuration objects. This way, more complex certificate chaining configurations could be implemented that simply expect local certificate files. The user would need to specify certificate related resources depend on f5_put_file resources running first.
@hilmiller you are saying basically just the opposite of https://github.com/f5devcentral/f5-puppet/blob/master/README.md#f5_sslcertificate
Yeah, thanks!
The types
f5_sslkey
andf5_sslcertificate
have parameterfrom_local_file
, but does this module provide a way toPUT
files to the F5 from Puppet over iControl REST API?