forked from daschatten/cert-formula
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(alma+rocky): add platforms (based on CentOS 8) [skip ci]
- Loading branch information
Showing
3 changed files
with
105 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# yamllint disable rule:indentation rule:line-length | ||
# AlmaLinux-8 | ||
--- | ||
values: | ||
cert_dir: /etc/pki/tls/certs | ||
cert_ext: .crt | ||
cert_group: root | ||
cert_mode: 644 | ||
cert_source_dir: /tmp/kitchen/srv/salt/files/ | ||
cert_tmp_dir: /tmp/certs/ | ||
cert_user: root | ||
certlist: | ||
cert.and.key.to.add: | ||
cert: "-----BEGIN CERTIFICATE-----\n1MOCKED CERT AND KEY\n-----END CERTIFICATE----- " | ||
key: "-----BEGIN RSA PRIVATE KEY-----\n1MOCKED CERT AND KEY\n-----END RSA PRIVATE | ||
KEY----- " | ||
cert.and.key.to.remove: | ||
cert: "-----BEGIN CERTIFICATE-----\n3MOCKED CERT AND KEY\n-----END CERTIFICATE----- " | ||
key: "-----BEGIN RSA PRIVATE KEY-----\n3MOCKED CERT AND KEY\n-----END RSA PRIVATE | ||
KEY----- " | ||
remove: true | ||
cert.and.key.with.ext.to.add: | ||
cert: "-----BEGIN CERTIFICATE-----\n4MOCKED CERT AND KEY\n-----END CERTIFICATE----- " | ||
cert_ext: ".pem" | ||
key: "-----BEGIN RSA PRIVATE KEY-----\n4MOCKED CERT AND KEY\n-----END RSA PRIVATE | ||
KEY----- " | ||
key_ext: ".priv" | ||
cert.from.src.to.add: {} | ||
cert.to.add: | ||
cert: "-----BEGIN CERTIFICATE-----\n2MOCKED CERT\n-----END CERTIFICATE----- " | ||
certs_update_cmd: "" | ||
key_dir: /etc/pki/tls/private | ||
key_ext: .key | ||
key_group: root | ||
key_mode: 600 | ||
key_user: root | ||
lookup: | ||
cert_source_dir: "/tmp/kitchen/srv/salt/files/" | ||
map_jinja: | ||
sources: | ||
- Y:G@osarch | ||
- Y:G@os_family | ||
- Y:G@os | ||
- Y:G@oscodename | ||
- Y:G@osfinger | ||
- C@cert:lookup | ||
- C@cert | ||
- Y:G@id | ||
pkgs: | ||
- ca-certificates | ||
remove: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# yamllint disable rule:indentation rule:line-length | ||
# Rocky Linux-8 | ||
--- | ||
values: | ||
cert_dir: /etc/pki/tls/certs | ||
cert_ext: .crt | ||
cert_group: root | ||
cert_mode: 644 | ||
cert_source_dir: /tmp/kitchen/srv/salt/files/ | ||
cert_tmp_dir: /tmp/certs/ | ||
cert_user: root | ||
certlist: | ||
cert.and.key.to.add: | ||
cert: "-----BEGIN CERTIFICATE-----\n1MOCKED CERT AND KEY\n-----END CERTIFICATE----- " | ||
key: "-----BEGIN RSA PRIVATE KEY-----\n1MOCKED CERT AND KEY\n-----END RSA PRIVATE | ||
KEY----- " | ||
cert.and.key.to.remove: | ||
cert: "-----BEGIN CERTIFICATE-----\n3MOCKED CERT AND KEY\n-----END CERTIFICATE----- " | ||
key: "-----BEGIN RSA PRIVATE KEY-----\n3MOCKED CERT AND KEY\n-----END RSA PRIVATE | ||
KEY----- " | ||
remove: true | ||
cert.and.key.with.ext.to.add: | ||
cert: "-----BEGIN CERTIFICATE-----\n4MOCKED CERT AND KEY\n-----END CERTIFICATE----- " | ||
cert_ext: ".pem" | ||
key: "-----BEGIN RSA PRIVATE KEY-----\n4MOCKED CERT AND KEY\n-----END RSA PRIVATE | ||
KEY----- " | ||
key_ext: ".priv" | ||
cert.from.src.to.add: {} | ||
cert.to.add: | ||
cert: "-----BEGIN CERTIFICATE-----\n2MOCKED CERT\n-----END CERTIFICATE----- " | ||
certs_update_cmd: "" | ||
key_dir: /etc/pki/tls/private | ||
key_ext: .key | ||
key_group: root | ||
key_mode: 600 | ||
key_user: root | ||
lookup: | ||
cert_source_dir: "/tmp/kitchen/srv/salt/files/" | ||
map_jinja: | ||
sources: | ||
- Y:G@osarch | ||
- Y:G@os_family | ||
- Y:G@os | ||
- Y:G@oscodename | ||
- Y:G@osfinger | ||
- C@cert:lookup | ||
- C@cert | ||
- Y:G@id | ||
pkgs: | ||
- ca-certificates | ||
remove: false |