Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Conversation

@dbarrosop
Copy link
Member

@dbarrosop dbarrosop commented Aug 25, 2025

PR Type

Other


Description

  • Updated SSL certificates for local development environment

  • Refreshed certificate chains and private keys

  • Updated both main and subdomain certificates


Diagram Walkthrough

flowchart LR
  A["Old SSL Certs"] --> B["Certificate Renewal"]
  B --> C["Updated Local Certs"]
  B --> D["Updated Sub Certs"]
  C --> E["Local Development"]
  D --> E
Loading

File Walkthrough

Relevant files
Configuration changes
local-fullchain.pem
Renewed local domain certificate chain                                     

ssl/.ssl/local-fullchain.pem

  • Updated certificate chain with new serial numbers and validity dates
  • Changed from E6 to E7 Let's Encrypt intermediate certificate
  • Updated certificate fingerprints and timestamps
+35/-35 
local-privkey.pem
Updated local domain private key                                                 

ssl/.ssl/local-privkey.pem

  • Updated private key corresponding to new certificate
  • Changed cryptographic key material for local domain
+3/-3     
sub-fullchain.pem
Renewed subdomain wildcard certificate chain                         

ssl/.ssl/sub-fullchain.pem

  • Updated wildcard subdomain certificate chain
  • Changed from E5 to E7 Let's Encrypt intermediate certificate
  • Updated certificate serial numbers and validity periods
+36/-36 
sub-privkey.pem
Updated subdomain wildcard private key                                     

ssl/.ssl/sub-privkey.pem

  • Updated private key for wildcard subdomain certificate
  • Changed cryptographic key material for subdomain authentication
+3/-3     

@github-actions github-actions bot added the chore label Aug 25, 2025
@github-actions
Copy link
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

@github-actions
Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

@dbarrosop dbarrosop merged commit bc927ad into main Aug 25, 2025
8 checks passed
@dbarrosop dbarrosop deleted the update-certs branch August 25, 2025 08:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants