mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
STIR/SHAKEN: Fix certificate type and storage.
During OpenSIPit, we found out that the public certificates must be of type X.509. When reading in public keys, we use the corresponding X.509 functions now. We also discovered that we needed a better naming scheme for the certificates since certificates with the same name would cause issues (overwriting certs, etc.). Now when we download a public certificate, we get the serial number from it and use that as the name of the cached certificate. The configuration option public_key_url in stir_shaken.conf has also been renamed to public_cert_url, which better describes what the option is for. https://wiki.asterisk.org/wiki/display/AST/OpenSIPit+2021 Change-Id: Ia00b20835f5f976e3603797f2f2fb19672d8114d
This commit is contained in:
6
doc/UPGRADE-staging/stir-shaken-public-key-url.txt
Normal file
6
doc/UPGRADE-staging/stir-shaken-public-key-url.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Subject: STIR/SHAKEN
|
||||
|
||||
The configuration option public_key_url in stir_shaken.conf
|
||||
has been renamed to public_cert_url to better fit what it
|
||||
contains. Only the name has changed - functionality is the
|
||||
same.
|
Reference in New Issue
Block a user