You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it compulsory to add SSL certificate validation (validate_certs) to api or ansible module? I know it is mainly for safety and encryption purpose, but not sure how is it affect a production environment.
How a remote machine know the SSL public certs of netbox server to perform API request or Ansible module, other than using the browser? Is it using ENV variable (how to define it if so) or search by file module in python/ansible?
How to add validate_certs, is it adding the path or I need to browse/curl the website to get the public key? For example, I tested for other netbox module, simply define the path name, it will redirect me to look for the defined public certs. I suffer on using validate_certs on nb_lookup and api (uri module), other netbox module is fine.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it compulsory to add SSL certificate validation (validate_certs) to api or ansible module? I know it is mainly for safety and encryption purpose, but not sure how is it affect a production environment.
How a remote machine know the SSL public certs of netbox server to perform API request or Ansible module, other than using the browser? Is it using ENV variable (how to define it if so) or search by file module in python/ansible?
How to add validate_certs, is it adding the path or I need to browse/curl the website to get the public key? For example, I tested for other netbox module, simply define the path name, it will redirect me to look for the defined public certs. I suffer on using validate_certs on nb_lookup and api (uri module), other netbox module is fine.
Beta Was this translation helpful? Give feedback.
All reactions