Skip to content

Commit ad8b129

Browse files
A working version of charm with simultaneous relations with COS and TLS
1 parent b4f85d0 commit ad8b129

File tree

12 files changed

+858
-124
lines changed

12 files changed

+858
-124
lines changed

actions.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ resume-upgrade:
55
description: Upgrade remaining units (after you manually verified that upgraded units are healthy).
66
force-upgrade:
77
description: Force upgrade of this unit.
8+
set-tls-private-key:
9+
description:
10+
Set the private key, which will be used for certificate signing requests (CSR). Run
11+
for each unit separately.
12+
params:
13+
internal-key:
14+
type: string
15+
description: The content of private key for internal communications with
16+
clients. Content will be auto-generated if this option is not specified.

0 commit comments

Comments
 (0)