Skip to content
Snippets Groups Projects

Multiple domains in issuer certificate

Merged Jean-Paul Calderone requested to merge 333.multiple-issuer-domains into develop

Addresses the payments.private.storage TLS certificate part of https://whetstone.privatestorage.io/privatestorage/privatestorageops/-/issues/333

Merge request reports

Pipeline #665 failed

Pipeline failed for 1a69d19c on 333.multiple-issuer-domains

Merged by Jean-Paul CalderoneJean-Paul Calderone 3 years ago (Jun 3, 2021 2:45pm UTC)

Loading

Pipeline #666 failed

Pipeline failed for 5ba31506 on develop

Canceled deployment to produ‎ction‎
Canceled deployment to sta‎ging‎

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Currently deployed on staging:

    $ openssl s_client -connect payments.privatestorage-staging.com:443 2>/dev/null </dev/null | grep -A 31 'BEGIN CERTIFICATE'  | openssl x509 -noout -text | grep -i -A1 alt
                X509v3 Subject Alternative Name: 
                    DNS:payments.extra.privatestorage-staging.com, DNS:payments.privatestorage-staging.com
  • Failed on CI because the CI runner has been tainted by VirtualBox which makes it incapable of running things with KVM. After cleaning VirtualBox off my laptop I was able to run the system tests locally (where they passed).

  • mentioned in commit 5ba31506

Please register or sign in to reply
Loading