You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the certificate chain was imported to AKV, the order will not be changed.
If the certificate chain was created by AKV, the chain will be sorted. If it is PEM certificates, the order is from leaf to root. If it is PFX certificates, the order is from root to leaf.
BUG:
Currently, user will confront the issue if their PFX certificate chain was imported to AKV with leaf to root order (only root to leaf order works now).
Feature:
We should support unordered certificate chain.
The text was updated successfully, but these errors were encountered:
Feat:
- implemented certificate path construction without using built-in
library due to #117
Fix:
- imported PFX certificate chain with leaf to root order doesn't work
Resolves#136
Signed-off-by: Junjie Gao <[email protected]>
---------
Signed-off-by: Junjie Gao <[email protected]>
If the certificate chain was imported to AKV, the order will not be changed.
If the certificate chain was created by AKV, the chain will be sorted. If it is PEM certificates, the order is from leaf to root. If it is PFX certificates, the order is from root to leaf.
BUG:
Currently, user will confront the issue if their PFX certificate chain was imported to AKV with leaf to root order (only root to leaf order works now).
Feature:
We should support unordered certificate chain.
The text was updated successfully, but these errors were encountered: