/etc/init/certmonger.conf is in certmonger 0.74-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # certmonger
#
# certmonger is a D-Bus-based service which attempts to simplify
# interaction with certifying authorities (CAs) on networks which use
# public-key infrastructure (PKI).
description "Certmonger"
start on net-device-up
stop on runlevel [06]
expect daemon
respawn
exec certmonger
|