]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
stir_shaken.conf.sample: Fix bad references to private_key_path
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 22 Aug 2024 18:03:56 +0000 (12:03 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Sep 2024 18:46:27 +0000 (18:46 +0000)
They should be private_key_file.

Resolves: #854
(cherry picked from commit 7b0478f17fc3b34af3b760d2ffdff3639eababf8)

configs/samples/stir_shaken.conf.sample

index 5e2b3b9219881150ed2229391d457b329ea2af63..d5e97979fdfe867df856b6210c5e6b6fb98f3e50 100644 (file)
@@ -113,7 +113,7 @@ Example "attestation" object:
 
 ;[attestation]
 ;global_disable = no
-;private_key_path = /var/lib/asterisk/keys/stir_shaken/tns/multi-tns-key.pem
+;private_key_file = /var/lib/asterisk/keys/stir_shaken/tns/multi-tns-key.pem
 ;public_cert_url = https://example.com/tncerts/multi-tns-cert.pem
 ;attest_level = C
 
@@ -176,7 +176,7 @@ Example "tn" object:
 
 ;[18005551515]
 ;type = tn
-;private_key_path = /var/lib/asterisk/keys/stir_shaken/tns/18005551515-key.pem
+;private_key_file = /var/lib/asterisk/keys/stir_shaken/tns/18005551515-key.pem
 ;public_cert_url = https://example.com/tncerts/18005551515-cert.pem
 ;attest_level = C