Skip to content

Commit 9a5a93d

Browse files
committed
stir-shaken: Fix bad references to private_key_path in examples
Should be private_key_file See asterisk issue 854
1 parent f75dbe3 commit 9a5a93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Deployment/STIR-SHAKEN/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Default: no
181181
```
182182
[attestation]
183183
global_disable = no
184-
private_key_path = /var/lib/asterisk/keys/stir_shaken/tns/multi-tns-key.pem
184+
private_key_file = /var/lib/asterisk/keys/stir_shaken/tns/multi-tns-key.pem
185185
public_cert_url = https://example.com/tncerts/multi-tns-cert.pem
186186
attest_level = C
187187
```
@@ -241,7 +241,7 @@ See the description under [attestation](#attestation-object)
241241
```
242242
[18005551515]
243243
type = tn
244-
private_key_path = /var/lib/asterisk/keys/stir_shaken/tns/18005551515-key.pem
244+
private_key_file = /var/lib/asterisk/keys/stir_shaken/tns/18005551515-key.pem
245245
public_cert_url = https://example.com/tncerts/18005551515-cert.pem
246246
attest_level = C
247247
```

0 commit comments

Comments
 (0)