Missing privacyidea.conf

Hi there,

I was trying to install PrivacyIDEA server on Centos using this document “https://privacyidea.readthedocs.io/en/latest/installation/centos.html”. When I setup Apache, I found the config file “privacyidea.conf” is not found using below command. Please advise and how to fix it. Thanks.

2.3.1.4. Setting up the Apache webserver
curl -O https://raw.githubusercontent.com/NetKnights-GmbH/centos7/master/SOURCES/privacyidea.conf

Best regards,
Keith

Yes, You are right. The file name has changed in the repository, the correct command should be:
curl -o privacyidea.conf https://raw.githubusercontent.com/NetKnights-GmbH/centos7/master/SOURCES/privacyidea.conf.disabled
It will be fixed in the documentation soon, thanks for the hint.

Thanks much for your swift reply! I tried to download it successfully.

Best,
Keith