summaryrefslogtreecommitdiffstats
path: root/certs/master-keys.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-07 12:52:44 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-07 12:52:44 -0500
commit5b2601a56907b02efc6567354fa051ef08d97b6f (patch)
tree4c08ebd8830a1656c03dc42bc1426358ee07bf40 /certs/master-keys.py
parent697402da24ca930b3608359a61b9872fdddc62d9 (diff)
downloadcertmaster-5b2601a56907b02efc6567354fa051ef08d97b6f.tar.gz
certmaster-5b2601a56907b02efc6567354fa051ef08d97b6f.tar.xz
certmaster-5b2601a56907b02efc6567354fa051ef08d97b6f.zip
Changing func to certmaster in top level directories, also covered
certs directory, lots more to do.
Diffstat (limited to 'certs/master-keys.py')
-rw-r--r--certs/master-keys.py10
1 files changed, 5 insertions, 5 deletions
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():