[Spce-user] STIR/SHAKEN config.yml sample config?

Victor Seva vseva at sipwise.com
Mon Jun 20 03:34:40 EDT 2022


Hi,

On 6/17/22 21:51, William Fulton wrote:
> Here is what I currently have and it keeps complaining that it has 
> detected a character than cannot start any token. This would be the 
> locations right before “- name”
> 
> stir:
>        cache_dir: /var/cache/kamailio/stir/
>        cache_expire: 3600
>        domains:
>          - name: xxx.xxx.com
>          private_key: /var/ngcp-config/ssl/stagingPrivShakenKey-prv10.pem
>        enable: yes
>        expire: 300
>        libopt: []


Try to validate your YAML file with some tool, for instance[0].

In this last paste, I detect that private_key is not well indented. name 
and private_key must be in the same level

domains:
   - name: whatever
     private_key: whatever

[0] http://www.yamllint.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0x51A09B18CF5A5068.asc
Type: application/pgp-keys
Size: 38056 bytes
Desc: OpenPGP public key
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20220620/671cd8d7/attachment-0002.asc>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20220620/671cd8d7/attachment-0002.sig>


More information about the Spce-user mailing list