Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 422 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 422 Bytes

cloud-ops-tools

A collection of tools used by the cloud ops teams

pynetbox_query

A Python package to bulk upload systems data to Netbox from files creating devices and interfaces. More Here

reverse_ssl_cert_chain

A Python script to reverse the SSL certificate chain order. For example, a certificate as CA -> Root would output as Root -> CA. More Here