Format:
Export:

Test cases(26 of 50)

Show
Priority
Category
0/26 completed0%

Complete the OpenBao prerequisites before running these tests. Go to prerequisites

Enable TLS end-to-end on OpenBao (OpenShift)
Manual init and unseal — loop script (Approach 1)
Seal migration — Shamir to Transit auto-unseal
Seal migration — Shamir to AWS KMS auto-unseal

Requires AWS KMS, IAM permissions, and credentials. Independent of transit auto-unseal (UNSEAL-002).

Enable and Use KV v2 Secrets Engine
KV v2 Metadata and Custom Metadata
KV Secret Rotation Pattern with CAS
Configure PKI Engine as Internal CA
Auto-Rotate TLS Certificates with cert-manager
Cross-Sign External CA with OpenBao PKI

Import an external root CA certificate into OpenBao and create an OpenBao-managed intermediate CA that is cross-signed by the external CA. This enables OpenBao to issue certificates trusted by existing PKI infrastructure.

Prerequisites checklist

Confirm these before running steps:

1Lab — create an external root CA (simulates PKI outside OpenBao)
Skip if you already have external-root-ca.crt and external-root-ca.key from your organisation.
see Commands / YAML tab (first block: openssl genrsa + openssl req -x509external-root-ca.crt / .key)
2Enable a new PKI mount for the cross-signed intermediate
bao secrets enable -path=pki_cross pki
bao secrets tune -max-lease-ttl=43800h pki_cross
→ Success! Secrets engine enabled and tuned at: pki_cross
3Generate an intermediate CSR in OpenBao
bao write -format=json pki_cross/intermediate/generate/internal common_name='Cross-Signed Intermediate CA' | jq -r '.data.csr' > cross-intermediate.csr
4Create a configuration (intermediate-ext.cnf) file for the external CA
see Commands / YAML tab
5Sign the CSR with the external CA (outside OpenBao)
Uses external-root-ca.crt + external-root-ca.key — the root that owns trust in your existing infrastructure.
macOS: system OpenSSL is LibreSSL — if you see "authorityKeyIdentifier” errors, use the extfile for macOS from the Commands / YAML tab
keyid,issuer not keyid:always,issuer
OPTIONAL: brew install openssl@3 and use /opt/homebrew/opt/openssl@3/bin/openssl.
see Commands / YAML tab
6Verify the signed intermediate is a CA before import
openssl x509 -in cross-intermediate.crt -noout -text | grep -A1 'Basic Constraints'
→ must show CA:TRUE
7Import the signed intermediate certificate into OpenBao
bao write pki_cross/intermediate/set-signed certificate=@cross-intermediate.crt
8Create a role for issuing certificates
bao write pki_cross/roles/cross-signed allowed_domains=example.com allow_subdomains=true max_ttl=720h
9Issue a test certificate and verify the chain
bao write -format=json pki_cross/issue/cross-signed common_name=test.example.com ttl=24h | jq -r '.data.certificate' > test.crt
openssl verify -CAfile external-root-ca.crt -untrusted cross-intermediate.crt test.crt
→ must show OK
10Verify via UI
Open the OpenBao UI and verify the certificate is issued.
OpenBao UI — Cross Signing
OpenBao UI — Cross Signing
Dynamic PostgreSQL Credentials
Dynamic MySQL/MariaDB Credentials
Kubernetes Auth Method
OIDC Authentication with Keycloak/DEX
Raft Cluster Operations
Raft Snapshot and Restore
Full OpenBao Backup Strategy
Disaster Recovery Restore
TLS Certificates for OpenShift Routes via PKI
Dynamic PostgreSQL Credentials for Applications
Multi-Tenant Secret Isolation
Encryption as a Service - Transit Encryption for Application Data
External Secrets Operator with OpenBao
CSI Secrets Store Driver with OpenBao
OpenBao Agent Sidecar Injector
Sealed Secrets Migration to OpenBao

Search test plan

Type at least 2 characters to search

Keyboard shortcuts

P
Go to prerequisites
T
Go to test cases
G
Go to glossary
D
Go to diagrams
J
Next card
K
Previous card
Enter
Open / close focused card
/
Open search
CtrlK
Open search modal
?
Show shortcuts
Esc
Close panel / blur search
/ open searchJ/K next / previous card? keyboard shortcutsEsc close panels