Commit Graph

  • 3ca4c48b00
    acme_certificate: Improve challenge docs (#175) Orosz Dávid 2021-01-22 08:01:07 +0100
  • 23e0955e8d Use more of the options. Felix Fontein 2021-01-22 07:56:51 +0100
  • ce13a654d1 Fix indent. Felix Fontein 2021-01-22 07:55:16 +0100
  • 7ce0e28cfe
    Update plugins/modules/luks_device.py Felix Fontein 2021-01-22 07:53:41 +0100
  • f90655e4f3 Add Ubuntu 20.04 to CI. Felix Fontein 2021-01-22 07:34:52 +0100
  • 29d66a7c7b Bump CI to FreeBSD 11.4, 12.2, add FreeBSD 12.1 to remote 2.10 tests. Felix Fontein 2021-01-22 07:30:02 +0100
  • ec2d3f5e0a
    acme_certificate: Improve challenge docs Orosz Dávid 2021-01-22 07:10:56 +0100
  • cd64bf8324
    Add macOS 11.1 tests. (#170) Felix Fontein 2021-01-18 11:52:04 +0100
  • cf01392b8a Fix typo. Felix Fontein 2021-01-17 18:15:22 +0100
  • 2031787506
    Added sever name option to use for SNI (#172) NorthFuture 2021-01-17 12:21:12 +0100
  • d43998facf
    acme_certificate: error when requested challenge type is not found for non-valid challenges instead of hanging (#173) Felix Fontein 2021-01-17 12:17:52 +0100
  • af356ea85e integration test for SNI server_name option Northfuture 2021-01-16 19:40:28 +0100
  • a8456144a2 Update plugins/modules/get_certificate.py Northfuture 2021-01-16 17:05:09 +0100
  • 77017c7b90 cleanup code Northfuture 2021-01-16 17:07:14 +0100
  • b508225c7c linting Northfuture 2021-01-16 17:00:46 +0100
  • 1f28952cb0 added SNI link to module description Northfuture 2021-01-16 16:44:47 +0100
  • b733b4d310 added SNI explanation Northfuture 2021-01-16 16:40:09 +0100
  • 870d874c5c added module version for new parameter Northfuture 2021-01-16 16:39:34 +0100
  • 656022e416 cleanup code Northfuture 2021-01-16 16:38:53 +0100
  • fd1ec1f872 Added sever name option to use for SNI Northfuture 2021-01-16 13:04:16 +0100
  • 20e203467d Only run check on first step. Felix Fontein 2021-01-16 17:46:34 +0100
  • 1a4130468d Error when requested challenge type is not found for non-valid challenges, instead of hanging on step 2. Felix Fontein 2021-01-16 17:29:40 +0100
  • acab276d51
    Relicense plugins/module_utils/acme.py under GPLv3+. (#165) Felix Fontein 2021-01-14 15:54:51 +0100
  • 95040da881 Remove shippable config. Felix Fontein 2021-01-12 21:42:27 +0100
  • b79cb3ded4 Add macOS 11.1 tests. Felix Fontein 2021-01-12 07:38:40 +0100
  • 6b7684390d Simplify code. Felix Fontein 2020-12-24 23:54:44 +0100
  • 01376cd9bf Also add PBKDF options to key add operation. Felix Fontein 2020-12-24 23:53:46 +0100
  • b1ff70d6e9 Allow to configure PBKDF. Felix Fontein 2020-12-24 23:26:39 +0100
  • ccb25eab36
    luks_device - make add/removal of keyfile/passphrase idempotent (#168) Felix Fontein 2021-01-03 11:22:41 +0100
  • f428a7afe3 Implement keyfile / passphrase test. Felix Fontein 2021-01-02 22:01:18 +0100
  • 5b6ec1a0a6 Move module unit test to correct place. Felix Fontein 2021-01-02 22:05:55 +0100
  • 316349bc02 Update documentation, adjust tests, add changelog fragment. Felix Fontein 2021-01-02 21:48:01 +0100
  • ff618ae1c1 Make sure value argument to x509.NameAttribute is a text. Felix Fontein 2021-01-02 16:19:04 +0100
  • 82084020d2 Fix typo. Felix Fontein 2021-01-02 15:30:57 +0100
  • 94a7a70218 Remove old check. Felix Fontein 2021-01-02 15:19:57 +0100
  • 995885e558 Add changelog fragment. Felix Fontein 2021-01-02 15:08:43 +0100
  • 07a1b1845a Allow to specify CRL distribution points. Felix Fontein 2021-01-02 15:06:13 +0100
  • 618a8f70c2 Refactor DN parsing, add relative DN parsing code. Felix Fontein 2021-01-02 14:43:39 +0100
  • b1c23d4ecd Improve error messages for name decoding (not all names appear in SANs). Felix Fontein 2021-01-02 14:43:09 +0100
  • 10cfb95f50 Add changelog and module_utils redirect. Felix Fontein 2021-01-02 12:37:56 +0100
  • fa86de711a openssl_pkcs12: allow to load multiple certificates from files mentioned in other_certificates. Felix Fontein 2021-01-02 12:33:30 +0100
  • b564eca647 Extend and use global certificate splitting code in acme_certificate. Felix Fontein 2021-01-02 12:03:43 +0100
  • 5b84756539 Move split PEM list code to pem.py crypto module_utils. Felix Fontein 2021-01-02 11:58:34 +0100
  • c9a4c63d7d Rename identify.py to pem.py. Felix Fontein 2021-01-02 11:52:24 +0100
  • fa0a5a2876 Relicense plugins/module_utils/acme.py under GPLv3+. Felix Fontein 2021-01-01 17:27:36 +0100
  • fb2f3ef2b5
    Correct minor typo in OpenSSH module documentation (#164) AutumnalAntlers 2020-12-31 00:43:04 -0800
  • 06001ad42d Correct minor typo in OpenSSH module documentation Antlers 2020-12-30 11:21:27 -0800
  • b2e13d3c03
    Documentation: fix modules formatting (#161) Andrew Klychkov 2020-12-19 19:15:10 +0300
  • b10e86a4ba Remove Shippable badge. Felix Fontein 2020-12-18 17:24:21 +0100
  • 45e8ee1583 Fix sanity Andrew Klychkov 2020-12-17 11:02:36 +0300
  • aa76d256a0
    Apply suggestions from code review Felix Fontein 2020-12-16 13:39:36 +0100
  • 04611d833d
    AZP Coverage support for Ansible 2.9 (#162) John R Barker 2020-12-16 11:42:33 +0000
  • efde17cadf AZP Coverage support for Ansible 2.9 John Barker 2020-12-16 09:33:21 +0000
  • 4384e25196 AZP 2.9 Coverage John Barker 2020-12-14 12:27:04 +0000
  • e8e169129b Documentation: fix modules formatting Andrew Klychkov 2020-12-15 13:19:05 +0300
  • 2c25719da5
    Documentation: fix formatting (#157) Andrew Klychkov 2020-12-12 20:19:49 +0300
  • 35821803e5
    Apply suggestions from code review Felix Fontein 2020-12-12 17:40:54 +0100
  • 3c7514f653
    AZP: Install ansible:devel during report-coverage (#159) John R Barker 2020-12-11 15:29:56 +0000
  • d1856acc3c AZP: Install ansible:devel during report-coverage John Barker 2020-12-11 13:48:55 +0000
  • 42e8279c75
    Remove PATH hack (#158) John R Barker 2020-12-11 13:43:34 +0000
  • ceb66dd627 Remove PATH hack John Barker 2020-12-11 13:00:14 +0000
  • fe52c491ee Documentation: fix formatting Andrew Klychkov 2020-12-11 14:48:18 +0300
  • 5ba60e6f66
    README- AZP Badge John R Barker 2020-12-10 16:28:05 +0000
  • 3fa229b7b3
    Fix Azure Pipelines (#155) John R Barker 2020-12-10 15:40:28 +0000
  • 0ee60e6fe7 chown John Barker 2020-12-10 14:45:12 +0000
  • f4a6568744 Fix Azure Pipelines John Barker 2020-12-08 20:48:18 +0000
  • 52f7f0212b
    Basic AZP configuration (#154) John R Barker 2020-12-08 20:15:34 +0000
  • dc0ec0d1ef Basic AZP configuration John Barker 2020-12-08 20:13:22 +0000
  • 4d8dcad190
    Speed up tests (#153) Felix Fontein 2020-12-04 14:08:14 +0100
  • 558bc3734f Print default key sizes. Felix Fontein 2020-12-04 06:53:28 +0100
  • 0d5ddb97cd Fix missing constant. Felix Fontein 2020-12-02 13:12:15 +0100
  • cf37afdcb4 Use 2048 bits for RSA keys for certificates on RHEL8 and CentOS8. Felix Fontein 2020-12-02 12:57:08 +0100
  • 23279de70e Use variable more often. Felix Fontein 2020-12-02 12:44:56 +0100
  • 1f21e77922 Fix error. Felix Fontein 2020-12-02 09:45:40 +0100
  • c5d59fba64 Reduce default RSA key size to 1024. Felix Fontein 2020-12-02 09:26:29 +0100
  • 36e6df15ba Parameterize default RSA key length for tests. Felix Fontein 2020-12-02 09:12:58 +0100
  • c5a4858e31 Use 2048 instead of 4096 bit keys in many places. Felix Fontein 2020-12-02 08:14:41 +0100
  • 5cd916f930 Improve openssh_* tests. Felix Fontein 2020-12-02 08:02:42 +0100
  • d7ad3e32d4 Bump version. Felix Fontein 2020-11-24 19:41:26 +0100
  • c9524e9c09 Release 1.3.0. 1.3.0 Felix Fontein 2020-11-24 19:40:52 +0100
  • c2122acfba Add release summary. Felix Fontein 2020-11-24 19:40:05 +0100
  • 69335a8bac
    Refactor x509_certificate module, add x509_certificate_pipe module (#135) Felix Fontein 2020-11-24 17:21:52 +0100
  • 14a0ca79f6 Explain empty choices. Felix Fontein 2020-11-24 17:01:07 +0100
  • 1b74d24a7c Move deprecation message up. Felix Fontein 2020-11-24 17:00:31 +0100
  • 86b39733e1
    openssl_pkcs12: Add a check for parsed pkcs12 files (#145) Norman Ziegner 2020-11-23 09:14:45 +0100
  • 93004c2cce
    Add test for dumped pkcs12 file in check mode Norman Ziegner 2020-11-23 08:43:20 +0100
  • 7e8495ea24
    Update changelog fragment Norman Ziegner 2020-11-23 08:34:28 +0100
  • ad30f6d704
    Add a basic test for dumping a pkcs12 file Norman Ziegner 2020-11-23 08:27:07 +0100
  • 64890dd879
    openssl_pkcs12: Report changed state when a pkcs12 file is dumped Norman Ziegner 2020-11-23 07:56:28 +0100
  • 70e3900c21 Improve documentation. Felix Fontein 2020-11-22 21:10:54 +0100
  • 94b23d62db
    Fix boolean default. (#146) Felix Fontein 2020-11-22 13:14:15 +0100
  • df8c39493d Fix boolean default. Felix Fontein 2020-11-20 22:29:14 +0100
  • 88d9c271b9
    Add changelog fragment Norman Ziegner 2020-11-20 11:50:01 +0100
  • 1349ff2708
    openssl_pkcs12: Add a check for parsed pkcs12 files Norman Ziegner 2020-11-20 10:21:49 +0100
  • 815ca1b981 Extend descriptions of csr_* for selfsigned. Felix Fontein 2020-11-19 08:19:24 +0100
  • 670b01d9ad Improve readability of example, add another one. Felix Fontein 2020-11-19 08:15:15 +0100
  • 95b9c46d04 Improve example. Felix Fontein 2020-11-19 08:08:57 +0100
  • eea5a0d73d
    Apply suggestions from code review Felix Fontein 2020-11-19 08:06:38 +0100
  • a5f542440c ci_complete Felix Fontein 2020-11-15 09:18:32 +0100
  • 371d3d0f50 Revert "Remove Entrust provider from x509_certificate_pipe for now." Felix Fontein 2020-11-12 21:09:58 +0100