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

chore: update certs#973

Merged
dbarrosop merged 1 commit into
mainfrom
certs
Jul 1, 2025
Merged

chore: update certs#973
dbarrosop merged 1 commit into
mainfrom
certs

Conversation

@dbarrosop
Copy link
Copy Markdown
Member

@dbarrosop dbarrosop commented Jul 1, 2025

PR Type

Other


Description

  • Updated SSL certificate files with new certificate and key data

  • Replaced both fullchain and private key files for local and sub domains

  • Ensured all certificate chains are current and valid

  • No code or logic changes, only certificate asset updates


Changes diagram

flowchart LR
  A["Old SSL Certificates"] -- "Replaced with" --> B["New SSL Certificates"]
  C["Old Private Keys"] -- "Replaced with" --> D["New Private Keys"]
  B -- "Used by" --> E["Local & Sub Domains"]
  D -- "Used by" --> E
Loading

Changes walkthrough 📝

Relevant files
Miscellaneous
local-fullchain.pem
Updated local domain fullchain certificate                             

ssl/.ssl/local-fullchain.pem

  • Replaced existing local domain fullchain certificate with a new one
  • Updated certificate chain and validity dates
  • +36/-36 
    local-privkey.pem
    Updated local domain private key                                                 

    ssl/.ssl/local-privkey.pem

  • Replaced local domain private key with a new key
  • Ensured key matches new certificate
  • +3/-3     
    sub-fullchain.pem
    Updated subdomain fullchain certificate                                   

    ssl/.ssl/sub-fullchain.pem

  • Replaced subdomain fullchain certificate with a new one
  • Updated certificate chain and validity dates
  • +36/-36 
    sub-privkey.pem
    Updated subdomain private key                                                       

    ssl/.ssl/sub-privkey.pem

  • Replaced subdomain private key with a new key
  • Ensured key matches new certificate
  • +3/-3     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @github-actions
    Copy link
    Copy Markdown
    Contributor

    github-actions Bot commented Jul 1, 2025

    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
    Copy Markdown
    Contributor

    github-actions Bot commented Jul 1, 2025

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @dbarrosop dbarrosop merged commit d1a9df0 into main Jul 1, 2025
    10 checks passed
    @dbarrosop dbarrosop deleted the certs branch July 1, 2025 15:05
    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.

    2 participants