--- OpenXPKI-Client-SCEP-0.9.719/bin/scep.orig 2007-04-12 12:44:51.000000000 +0200 +++ OpenXPKI-Client-SCEP-0.9.719/bin/scep 2007-04-12 12:45:05.000000000 +0200 @@ -19,7 +19,7 @@ # set config file in the line below # TODO: depending on performance, change into a simple # include and use perl syntax in config file. -my $configfile = $PROGRAM_NAME . '.cfg' || die('Could not read config file'); +my $configfile = '/etc/openxpki/scep.cfg' || die('Could not read config file'); read_config $configfile => my %config; my $socket = $config{global}{socket}; my $realm = $config{global}{realm};