This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.crypto
mirror of
https://github.com/ansible-collections/community.crypto.git
Watch
1
Star
0
Fork
You've already forked community.crypto
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93ced1956c
community.crypto
/
tests
/
integration
/
targets
/
openssl_csr_pipe
/
meta
/
main.yml
4 lines
52 B
YAML
Raw
Normal View
History
Unescape
Escape
Refactor openssl_csr module, add openssl_csr_pipe module (#123) * Extract doc fragment from openssl_csr. * Refactor openssl_csr module into backend + module. * Add openssl_csr_pipe module. * Add seealso references. * ... * Use /dev/stdin instead of -, which seems to be only supported by newer openssl versions. * Bump version. * DRY: use select_message_digest. * Fix deprecation version in docs. * Docs improvements. * Improve argument spec handling for module backends. * Linting. * Fix linting problems by using kwargs.
2020-10-27 11:37:40 +00:00
dependencies
:
-
setup_openssl
Run tests with macOS 10.15. (#112) * Run tests with macOS 10.15. * Update prepare_http_tests as in https://github.com/ansible/ansible/pull/71841/files. * Also skip luks_device tests on macOS. * Temporarily restrict to macOS/OSX nodes. * Show full OpenSSL version. * Show pyOpenSSL debug details. * Make location of openssl binary configurable. * Try to upgrade openssl on macOS when LibreSSL is found. * Use other variable. * Use found binary instead of default. * Revert "Temporarily restrict to macOS/OSX nodes." This reverts commit ea379382e5b19e97ba44237d1df1468d2dd5e3fc. ci_complete * Avoid crashing when OpenSSL.debug does not exist. * Combine setup_openssl_cli with setup_openssl * Split up setup_openssl in setup_openssl (openssl + cryptography) and setup_pyopenssl. * Fix package name. * Don't install cryptography on CentOS 6, print environment. * Work around ansible-test limitation.
2020-11-03 07:45:32 +00:00
-
setup_pyopenssl