X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=certs%2Fmaster-keys.py;h=0ea24a8b25eb8e0bb9fc89b26592e61d33d0af38;hp=2c3f6e5fc0f6972da2c4ac6da40b742f11f04b87;hb=5b2601a56907b02efc6567354fa051ef08d97b6f;hpb=697402da24ca930b3608359a61b9872fdddc62d9 diff --git a/certs/master-keys.py b/certs/master-keys.py index 2c3f6e5..0ea24a8 100644 --- a/certs/master-keys.py +++ b/certs/master-keys.py @@ -12,18 +12,18 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# Copyright (c) 2007 Red Hat, inc +# Copyright (c) 2007-2008 Red Hat, inc #- Written by Seth Vidal skvidal @ fedoraproject.org import sys import os import os.path -import func.certs +import certmaster.certs -cadir = '/etc/pki/func/ca' -ca_key_file = '%s/funcmaster.key' % cadir -ca_cert_file = '%s/funcmaster.crt' % cadir +cadir = '/etc/pki/certmaster/ca' +ca_key_file = '%s/certmaster.key' % cadir +ca_cert_file = '%s/certmaster.crt' % cadir def main():