Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions vars/centos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# packages (versions)
openssl_packages:
- openssl
- pyOpenSSL
- ca-certificates
# pip executable
openssl_pip_executable: /usr/bin/pip
# Path to install certificate
openssl_cacert_certificates_path: '/etc/pki/ca-trust/source/anchors/'
# Command used to update certificates
openssl_cacert_update_certs_command: 'update-ca-trust'
# Certificate pem path
openssl_cacert_created_cert_path: '/etc/pki/ca-trust/extracted/'