cacert-webdb/scripts/perl_mysql.sample
Wytze van der Raay a9d9139d3a Fix for https://bugs.cacert.org/view.php?id=918
(detection and prevention of weak keys for CAcert-issued certificates)
2011-06-16 09:20:13 +00:00

6 lines
No EOL
230 B
Text

# This file contains the data needed to connect to the database to be
# used in perl scripts
$cacert_db_config = 'DBI:mysql:database=cacert;host=127.0.0.1';
$cacert_db_user = 'cacert';
$cacert_db_password = '<put_password_here>';