~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/libs/juti/java/com/sun/grid/ca/Resources.properties

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#___INFO__MARK_BEGIN__#
 
2
#/*************************************************************************
 
3
# *
 
4
# *  The Contents of this file are made available subject to the terms of
 
5
# *  the Sun Industry Standards Source License Version 1.2
 
6
# *
 
7
# *  Sun Microsystems Inc., March, 2001
 
8
# *
 
9
# *
 
10
# *  Sun Industry Standards Source License Version 1.2
 
11
# *  =================================================
 
12
# *  The contents of this file are subject to the Sun Industry Standards
 
13
# *  Source License Version 1.2 (the "License"); You may not use this file
 
14
# *  except in compliance with the License. You may obtain a copy of the
 
15
# *  License at http://gridengine.sunsource.net/Gridengine_SISSL_license.html
 
16
# *
 
17
# *  Software provided under this License is provided on an "AS IS" basis,
 
18
# *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 
19
# *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 
20
# *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 
21
# *  See the License for the specific provisions governing your rights and
 
22
# *  obligations concerning the Software.
 
23
# *
 
24
# *   The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 
25
# *
 
26
# *   Copyright: 2001 by Sun Microsystems, Inc.
 
27
# *
 
28
# *   All Rights Reserved.
 
29
# *
 
30
# ************************************************************************/
 
31
#___INFO__MARK_END__
 
32
#
 
33
# Resource bunde for the com.sun.grid.ca package
 
34
#
 
35
 
 
36
initCAParam.country.name = country
 
37
initCAParam.country.minLen = 2
 
38
initCAParam.country.maxLen = 2
 
39
initCAParam.country.default= US
 
40
initCAParam.state.name = state
 
41
initCAParam.state.minLen = 1
 
42
initCAParam.state.maxLen = 1024
 
43
initCAParam.location.name = location
 
44
initCAParam.location.description = e.g. city
 
45
initCAParam.location.minLen = 1
 
46
initCAParam.location.maxLen = 1024
 
47
initCAParam.organisation.name = organisation
 
48
initCAParam.organisation.minLen = 1
 
49
initCAParam.organisation.maxLen = 1024
 
50
initCAParam.organisationUnit.name = organisation unit
 
51
initCAParam.organisationUnit.minLen = 1
 
52
initCAParam.organisationUnit.maxLen = 1024
 
53
initCAParam.adminEmailAddress.name = admin email address
 
54
initCAParam.adminEmailAddress.minLen = 1
 
55
initCAParam.adminEmailAddress.maxLen = 1024
 
56
 
 
57
initCAParam.promptWithDescription=Please enter the {0} of your CA ({1}):\ 
 
58
initCAParam.prompt=Please enter the {0} of your CA:\ 
 
59
 
 
60
 
 
61
initCAParam.empty=CA parameter {0} must not be empty
 
62
initCAParam.tooShort=CA parameter {0} is too short (need at least {2} letters)
 
63
initCAParam.tooLong=CA parameter {0} is too long (max. {2} letters)
 
64
gridCAParam.forbiddenLetter=CA parameter {0} contains an invalid charater (''{1}'')
 
65
 
 
66
gridCAConf.missing={0} is not set
 
67
 
 
68
gridCAImpl.invalidCountryCode = invalid country code ''{0}'' (need two letters)
 
69
gridCAImpl.invalidState = invalid state ''{0}'' (need at least one letter)
 
70
gridCAImpl.invalidLocation = invalid location ''{0}'' (need at least one letter)
 
71
gridCAImpl.invalidOrganization = invalid organization ''{0}'' (need at least one letter)
 
72
gridCAImpl.invalidOu=invalid organization unit ''{0}'' (need at least one letter)
 
73
gridCAImpl.invalidEmail=invalid admin mail address ''{0}'' (need at least one letter)
 
74
gridCAImpl.error.tmpFile=Can not create file in {0}: {1}
 
75
gridCAImpl.error.autoFile=Can not write auto.conf file: {0}
 
76
gridCAImpl.sge_ca.ioError=IO error while executing sge_ca: {0}
 
77
gridCAImpl.sge_ca.interrupt=Execution sge_ca has been interrupted
 
78
gridCAImpl.sge_ca.unknownError=sge_ca script with status {0}, no error message was reported
 
79
gridCAImpl.sge_ca.error=sge_ca script with status {0}: {1}
 
80
gridCAImpl.error.certFileNotFound=cert file {0} not found
 
81
gridCAImpl.error.certFileReadable=cert file {0} is not accessible
 
82
gridCAImpl.error.certFileIOError=I/O Error while reading cert file: {0}
 
83
gridCAImpl.error.certFileInvalid=cert file {0} does not contain a valid certificate: {1}
 
84
gridCAImpl.autoFileWritten=auto file successfully written
 
85
gridCAImpl.initSuccess=init command successfully executed
 
86
gridCAImpl.error.emptyKeystorePassword=need a keystore password
 
87
gridCAImpl.error.emptyPKPassword=need a private key password
 
88
gridCAImpl.error.createKS=Can not create JKS keystore: {0}
 
89
gridCAImpl.error.ksInit=Error while initializing JKS keystore: {0}
 
90
gridCAImpl.error.pkcs12.load=Error while loading pkcs12 keystore {0}: {1}
 
91
gridCAImpl.error.pkcs12.aliases=Can not get alias from pkcs12 keystore: {0}
 
92
gridCAImpl.error.pkcs12.isKeyEntry=Can not read alias {0} from keystore: {1}
 
93
gridCAImpl.error.pkcs12.getKey=Can not read private key {0} from pkcs12 keystore: {1}
 
94
gridCAImpl.error.pkcs12.getCert=Can not access certificate {0} from pkcs12 keystore: {1}
 
95
gridCAImpl.error.pkcs12.invalidCert=certificate for {0} is not a X.509 certiciate
 
96
gridCaImpl.error.pkcs12.entityNotFound=alias {0} not found in pkcs12 keystore
 
97
gridCAImpl.warn.pkcs12.delete=Can not delete pkcs12 file {0}
 
98
gridCAImpl.error.outputIO=IO error in sge_ca output handler: {0}
 
99
gridCAImpl.error.ks.setKeyEntry=Error while adding {0} to keystore: {1}
 
100
gridCAImpl.addKey=Adding key for alias {0}
 
101
gridCAImpl.error.io=IO error: {0}
 
102
gridCAImpl.error.notADaemonCert=Certificate does not belong to a daemon ({0})
 
103
gridCAImpl.error.notAUserCert=Certificate does not belong to a user ({0})
 
104
gridCAImpl.error.lockFileNotFound=Can not create lock file {0}: {1}
 
105
gridCAImpl.error.lock=Can not aquire lock on file {0}: {1}
 
106
 
 
107
main.usage= \n\
 
108
{0}  [options] <command>\n\
 
109
\n\
 
110
\n\
 
111
\  Commands:\n\
 
112
\n\
 
113
\n\
 
114
\    init                          initialize CA infrastructure\n\
 
115
\    create <type> <u:g:e>         generate certificates and keys for <u:g:e>\n\
 
116
\    initks <type> <name> <file> <pwfile>]\n\
 
117
\                                  get a keystore for user or a daemon. Store the\n\
 
118
\                                  keystore in <file>. Use first line of <pwfile> to\n\
 
119
\                                  crypt the keystore\n\
 
120
\    printcert <type> <name>       print certificate of a user or a daemon\n\
 
121
\    renew <type> <name> <days>    renew certificate for a user or a daemon\n\
 
122
\n\
 
123
\  Mandatory Options: \n\
 
124
\    -catop      <dir>       path to the ca root directory\n\
 
125
\    -calocaltop <dir>       path to the local ca root directory\n\
 
126
\    -cascript <script>      path to the sge_ca script\n\
 
127
\n\
 
128
\  Optional Options:\n\
 
129
\    -tmp <dir>              path tmp files (default system property java.io.tmp)\n\
 
130
\    -config <dir>           path to CA configuration files (default $cadist/util/sgeCA\n\
 
131
\    -adminuser <user>       name of the admin user (default system proeprty user.name)\n\
 
132
\    -cahost <host>          the ca host (default localhost)\n\
 
133
\n\
 
134
\  <type>   \"user\" or \"daemon\"\n\
 
135
\  <name>   For users <name> is the unix username. For daemons <name> \n\
 
136
\           is the common name\n\
 
137
\  <u:g:e>  for users u=unix username, g=common name, e=email address\n\
 
138
\           for daemons u=unix username of the process owner,\n\
 
139
\                       g=common name of the daemon, \n\
 
140
\                       e=email address of the process owner\n\
 
141
\n\
 
142
 
 
143
x500.fieldNotFound=Invalid grid ca certificate, {0} field not found ({1})
 
 
b'\\ No newline at end of file'