Hello,
I am trying to set up single sign-on with Zabbix. The part I am stuck on is importing the certificates:
To use SAML authentication Zabbix should be configured in the following way:
Private key and certificate should be stored in the ui/conf/certs/, unless custom paths are provided in zabbix.conf.php.
By default, Zabbix will look in the following locations:
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
How do I get these certificates from AD FS?
Thank you