HomeVyOS Platform

T5683: Fix reverse-proxy PKI filenames mismatch

This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

T5683: Fix reverse-proxy PKI filenames mismatch

The current named for certificates are hardcoded in generated config to:

  • ca.pem
  • cert.pem.key
  • cert.pem

It cause a generated config certificates and certificates itself
are different (test-cert-1.pem and ca.pem)

bind :::8080 v4v6 ssl crt /run/haproxy/test-cert-1.pem

/run/haproxy/ca.pem

It is a bug of initial impelemtation. Fix required correct names
from PKI certificates

(cherry picked from commit 0431f1b32c1fc90de82adea5a7e63dad1416c340)

Details

Provenance
ViacheslavAuthored on Oct 25 2023, 10:19 AM
MergifyCommitted on Oct 25 2023, 6:25 PM
Parents
rVYOSONEXbc65c2d9f9b1: Merge pull request #2401 from c-po/sagitta-t3829-t31
Branches
Loading...
Tags
Loading...

Event Timeline