Hello,
I am trying to follow the instructions on this page to set up SAML:
I have it set up except for the certificates. This is the part I am trying to figure out:
Where do I get these certificates if I am using an AD FS server as my identity provider?
Thank you
I am trying to follow the instructions on this page to set up SAML:
I have it set up except for the certificates. This is the part I am trying to figure out:
Code:
1. Private key and certificate should be stored in the [I]ui/conf/certs[/I]/, unless custom paths are provided in [URL="https://www.zabbix.com/documentation/current/manual/web_interface/frontend_sections/administration/authentication#advanced_settings"]zabbix.conf.php[/URL]. By default, Zabbix will look in the following locations:[LIST][*]ui/conf/certs/sp.key - SP private key file[*]ui/conf/certs/sp.crt - SP cert file[*]ui/conf/certs/idp.crt - IDP cert file[/LIST]
Thank you
Comment