Skip to content

Commit

Permalink
Upgrade to Python12
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Mar 26, 2024
1 parent 63a58b6 commit 02dd6bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12

- name: Set up cache
uses: actions/cache@v4
Expand Down
3 changes: 2 additions & 1 deletion docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ To avoid certificate validation errors, it's essential that the CRL lifetime is
* Similarly, Root CA CRL lifetime can be adjusted using the Terraform variables `root_crl_days` and `root_crl_seconds`
* Generally there should be no need to change these values from their defaults

*Default setting (Issuing and Root CA CRLs): 1 day with a 600 second overlap period*
*Default setting (Issuing and Root CA CRLs): 1 day with a 600 second overlap period*

0 comments on commit 02dd6bd

Please sign in to comment.