terraform-routeros / terraform-provider-routeros

Terraform Provider for Mikrotik RouterOS
Mozilla Public License 2.0
191 stars 55 forks source link

Export/import certificates #404

Closed stasjok closed 5 months ago

stasjok commented 6 months ago

Is your feature request related to a problem? Please describe. Didn't find a way to get CA certificates from RouterOS. Also to import external certificates to RouterOS.

Describe the solution you'd like RouterOS has the ability to export certificate (and even a key) to filesystem, and to import certificates and/or keys from filesystem. I'd like to be able to use that functionality. There is already routeros_file resource to create files on RouterOS filesystem (but it works only on 7.9 and above). To get exported certificate from RouterOS I think there should also be routeros_file data source. So that I can export certificate, then to get content of that file.

vaerh commented 5 months ago

:tada: This issue has been resolved in version 1.45.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: