Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates wcf and dod cert bundle to latest versions #267

Merged
merged 2 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
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
422 changes: 214 additions & 208 deletions package-templates/spel-dod-certs/DoD_CAs.pem

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions package-templates/spel-dod-certs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ Notifications of updates to the bundle go out via the "Tools" RSS feed:
When a new bundle is published, follow these instructions to update `spel-dod-certs`:

1. Download the new bundle and extract it
2. Identify the `*pem.p7b` file in the bundle
2. Identify the `*dod_der.p7b` file in the bundle
3. Run this command to export the CA certificates to a concatenated PEM file:

```
openssl pkcs7 -in *pem.p7b -print_certs -out DoD_CAs.pem
openssl pkcs7 -in *dod_der.p7b -inform der -print_certs -out DoD_CAs.pem
```

NOTE: If the bundle format has changed, the file/command above might need to
be updated. Check for a README file in the bundle, and look for a Usage section
(or similar).

4. Create a new branch in this project
5. Replace the `DoD_CAs.pem` file with the new version
6. Update `spel-dod-certs.spec` with the new version and a changelog entry
Expand Down
2 changes: 1 addition & 1 deletion package-templates/spel-dod-certs/spel-dod-certs.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: spel-dod-certs
Version: 5.12
Version: 5.13
Release: 1%{?dist}
Summary: Installs and updates DoD CA Certificates

Expand Down
10 changes: 8 additions & 2 deletions package-templates/spel-wcf-certs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ Notifications of updates to the bundle go out via the "Tools" RSS feed:
When a new bundle is published, follow these instructions to update `spel-wcf-certs`:

1. Download the new bundle and extract it
2. Identify the `*pem.p7b` file in the bundle
2. Identify the `*wcf_der.p7b` file in the bundle
3. Run this command to export the CA certificates to a concatenated PEM file:

```
openssl pkcs7 -in *.pem.p7b -print_certs -out WCF_CAs.pem
openssl pkcs7 -in *wcf_der.p7b -inform der -print_certs -out WCF_CAs.pem
```

NOTE: If the bundle format has changed, the file/command above might need to
be updated. Check for a README file in the bundle, and look for a Usage section
(or similar).

4. Create a new branch in this project
5. Replace the `WCF_CAs.pem` file with the new version
6. Update `spel-wcf-certs.spec` with the new version and a changelog entry
Expand Down
Loading
Loading