15-Feb-2020 19:03
Cert+key given same name so it will show under one name
but how do i need to add intermediate+root so that it will show under one line
?
if not that way when i tried creating ssl profile there i added cert+key and then only i can add is intermediate but not root.. so how can i addd root here?
16-Feb-2020 02:04
If I understand correctly you wanted to add root also. I suggest to make one bundle intermediate+root name of CA file.
Example: key: xyz.key
Cert: xyz.crt
Chain: xyz_ca.crt(intermediate+root)
Hope requirement will be completed.
Thanks
16-Feb-2020 19:11
How to make a chain?
I am able to make a chain for cert+key but not of root+inetermediate ?
16-Feb-2020 19:29
https://support.f5.com/csp/article/K6401
16-Feb-2020
20:31
- last edited on
24-Mar-2022
01:09
by
li-migration
Yes it is optional but for some systems it is required to have end-entity certificate given to the browser SSL request. All the intermediate certificates need to be present along with the end-entity (server) certificate when receiving the SSL connection request. And for this, we need to group or create certificate bundle as per details given by .
Hope it helps!
16-Feb-2020 21:27
How to chain it ?
Chain: xyz_ca.crt(intermediate+root)
16-Feb-2020
21:30
- last edited on
24-Mar-2022
01:09
by
li-migration
,
Kindly follow below article.
Hope it helps!
Mayur