1.052
Bearbeitungen
(Die Seite wurde neu angelegt: „== PrivacyIDEA installieren == <syntaxhighlight lang="bash"> dnf install mariadb-server httpd python3-mod_wsgi mod_ssl python3-virtualenv policycoreutils-python-utils </syntaxhighlight> <syntaxhighlight lang="bash"> systemctl enable --now httpd systemctl enable --now mariadb mysql_secure_installation </syntaxhighlight> <code><dbsecret></code> durch ein sicheres Passwort ersetzen <syntaxhighlight lang="bash"> echo 'create database pi;' | mysql -u root -…“) Markierung: 2017-Quelltext-Bearbeitung |
Markierung: 2017-Quelltext-Bearbeitung |
||
Zeile 124: | Zeile 124: | ||
vi /etc/httpd/conf/httpd.conf | vi /etc/httpd/conf/httpd.conf | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Unter Listen 80 muss Listen 443 eingefügt werden | |||
Zusätzlich einfügen z.B. unter ServerRoot | |||
<code>WSGIPythonHome /opt/privacyidea</code> | <code>WSGIPythonHome /opt/privacyidea</code> | ||