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
7deb0a6db9
community.crypto
/
tests
/
integration
/
targets
/
openssl_csr_pipe
/
aliases
4 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Extend CI (#283) * Run all tests on all targets. Remove hack in setup_acme. * Fix some failing tests. * OpenSSH tests do not work yet with default image on Ansible 2.9. Let's skip them on the cloud target. * Make tests pass again. * Make sure to install *latest* versions of cryptography and pyOpenSSL when not installing system packages, whenever possible. ci_complete * Update/fix aliases files.
2021-09-25 15:21:06 +00:00
shippable/cloud/group1
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
shippable/posix/group1
destructive