Access Keys:
Skip to content (Access Key - 0)

GTS


SyncGTS Command Line Approach


This guide provides a step by step process for syncing with the trust fabric using the SyncGTS Command Line Approach. The SyncGTS command line approach is intended to be used to sync client environments with the trust fabric. To ensure that the client environment is synced with the latest trust roots this approach should be repeated regularly.

SyncGTS is distributed as standalone project as well as part of other projects such as caGrid. Each of the distributions contains a syncgts directory herein referred to as SYNC_GTS_LOCATION. To sync with the trust fabric using the command line approach complete the following steps:

Step 1: Building SyncGTS

If you have obtained a source release of the SyncGTS you will need to build the SyncGTS. To build the SyncGTS type the following from a command prompt:

%> cd SYNC_GTS_LOCATION
%> ant clean all
Depending on the SyncGTS distribution it may be required to build the entire project that SyncGTS is distributed with prior to building SyncGTS. For example if you have obtained a caGrid source distribution this is required, if you received a SyncGTS standalone distribution this is not required.

Step 2: Configuring SyncGTS (Optional)

SyncGTS is configured through an XML configuration file herein referred to as the Sync Description]. The default Sync Description file can be found in SYNC_GTS_LOCATION/ext/resource/sync-description.xml. For most distributions, SyncGTS is pre-configured to work with the Grid in which it is being distributed for, therefore no further configuration is required. If you do need to make configuration changes to SyncGTS, in most cases you will only need to edit the gtsServiceURI, GTSIdentity, and ExcludedCAs elements. For comprehensive details on configuring SyncGTS click here.

Step 3: Installing GTS Trust Roots (Optional)

In order for SyncGTS to sync with a GTS service, it is required that the local environment trust the GTS service being synced with. In other words the local environment must trust the certificate authority that issued the GTS Service's credentials. Most distributions of SyncGTS are pre-configured to trust the GTS credentialing certificate authority for the Grid in which the distribution if configured for. If this is the case no further configuration is required. If this is not the case SyncGTS can easily be configured to trust other certificate authorities by placing a copy of the CA's certificate in the directory: SYNC_GTS_LOCATION/ext/resources/certificates. The CA certificate must be contained in PEM format and must be given a digit (0-9) extension. For example to configure SyncGTS to trust a CA whose certificate is contained in the file cacert.pem, the file should be rename to cacert.0 and copied to the directory: SYNC_GTS_LOCATION/ext/resources/certificates. In most cases you will also want to also add an entry to the excluded CA list in SyncGTS's configuration file. For more details on the SyncGTS configuration file click here.

Step 4: Running SyncGTS

To run SyncGTS from the command line, complete the following from a command prompt:

%> cd SYNC_GTS_LOCATION
%> ant syncWithTrustFabric

Executing the command above should yield similar output to the output below:

$ ant syncWithTrustFabric
Buildfile: build.xml

setGlobus:

checkGlobus:
     [echo] Globus: C:\ext\ws-core-4.0.3

deployTrustedCerts:

defineClasspaths:

defineExtendedClasspaths:
Overriding previous definition of reference to base.extended.classpath
Overriding previous definition of reference to service.build.extended.classpath
Overriding previous definition of reference to service.run.extended.classpath
Overriding previous definition of reference to base.classpath
Overriding previous definition of reference to service.build.classpath
Overriding previous definition of reference to service.run.classpath

syncWithTrustFabric:
     [java] log4j: Trying to find [sync-gts-log4j.properties] using context clas
sloader sun.misc.Launcher$AppClassLoader@133056f.
     [java] log4j: Using URL [file:/C:/projects/cagrid-1-0/caGrid/projects/syncg
ts/build/classes/sync-gts-log4j.properties] for automatic log4j configuration.
     [java] log4j: Reading configuration from URL file:/C:/projects/cagrid-1-0/c
aGrid/projects/syncgts/build/classes/sync-gts-log4j.properties
     [java] log4j: Parsing for [root] with value=[ERROR, A1].
     [java] log4j: Level token is [ERROR].
     [java] log4j: Category root set to ERROR
     [java] log4j: Parsing appender named "A1".
     [java] log4j: Parsing layout options for "A1".
     [java] log4j: Setting property [conversionPattern] to [%d{ISO8601} %-5p %c{
2} [%t,%M:%L] %m%n].
     [java] log4j: End of parsing for "A1".
     [java] log4j: Parsed "A1" options.
     [java] log4j: Parsing for [gov.nih.nci.cagrid.syncgts.core] with value=[DEB
UG].
     [java] log4j: Level token is [DEBUG].
     [java] log4j: Category gov.nih.nci.cagrid.syncgts.core set to DEBUG
     [java] log4j: Handling log4j.additivity.gov.nih.nci.cagrid.syncgts.core=[nu
ll]
     [java] log4j: Parsing for [org.globus] with value=[INFO].
     [java] log4j: Level token is [INFO].
     [java] log4j: Category org.globus set to INFO
     [java] log4j: Handling log4j.additivity.org.globus=[null]
     [java] log4j: Finished configuring.
     [java] 2007-07-02 14:40:09,755 DEBUG core.SyncGTSDefault [main,getSyncDescr
iption:54] SyncGTS using sync description: C:\projects\cagrid-1-0\caGrid\project
s\syncgts\ext\resources\sync-description.xml
     [java] 2007-07-02 14:40:09,903 INFO  core.SyncGTS [main,sync:174] Syncing w
ith the GTS https://cagrid02.bmi.ohio-state.edu:8442/wsrf/services/cagrid/GTS
     [java] 2007-07-02 14:40:14,108 DEBUG core.SyncGTS [main,sync:199] Successfu
lly synced with https://cagrid02.bmi.ohio-state.edu:8442/wsrf/services/cagrid/GT
S using filter 1 the search found 12 Trusted Authority(s)!!!
     [java] 2007-07-02 14:40:14,116 DEBUG core.SyncGTS [main,sync:235] Done sync
ing with the GTS https://cagrid02.bmi.ohio-state.edu:8442/wsrf/services/cagrid/G
TS 12 Trusted Authority(s) found!!!
     [java] 2007-07-02 14:40:14,153 WARN  core.SyncGTS [main,sync:259] Ignoring
the CA O=OSU,OU=BMI,OU=caGrid,OU=Trust Fabric,CN=caGrid Trust Fabric CA that was
 obtained in the sync because it is the excludes list!!!
     [java] 2007-07-02 14:40:14,157 INFO  core.SyncGTS [main,readInCurrentCADire
ctory:577] Taking Snapshot of Trusted CA Directory (C:\Users\jdoe\.globus\ce
rtificates)....
     [java] 2007-07-02 14:40:14,171 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:631] Found 13 Trusted CAs found!!!
     [java] 2007-07-02 14:40:14,171 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [2101aa21] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\2101aa21.0
     [java]  CRL:null
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\2101aa21.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,173 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [5c7c59da] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\5c7c59da.0
     [java]  CRL:C:\Users\jdoe\.globus\certificates\5c7c59da.r0
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\5c7c59da.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,174 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [4d041ebd] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\4d041ebd.0
     [java]  CRL:null
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\4d041ebd.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,180 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [510f81e5] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\510f81e5.0
     [java]  CRL:null
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\510f81e5.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,180 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [5628e381] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\5628e381.0
     [java]  CRL:null
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\5628e381.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,196 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [gtsca] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\gtsca.0
     [java]  CRL:null
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\gtsca.signing
_policy
     [java] }

     [java] 2007-07-02 14:40:14,196 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [4a17a6a2] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\4a17a6a2.0
     [java]  CRL:null
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\4a17a6a2.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,216 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [216b927e] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\216b927e.0
     [java]  CRL:null
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\216b927e.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,216 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [49f0af58] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\49f0af58.0
     [java]  CRL:C:\Users\jdoe\.globus\certificates\49f0af58.r0
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\49f0af58.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,236 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [8a8b46f1] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\8a8b46f1.0
     [java]  CRL:null
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\8a8b46f1.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,237 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [2d45eee5] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\2d45eee5.0
     [java]  CRL:C:\Users\jdoe\.globus\certificates\2d45eee5.r0
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\2d45eee5.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,263 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [ea9ecbf8] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\ea9ecbf8.0
     [java]  CRL:null
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\ea9ecbf8.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,270 DEBUG core.SyncGTS [main,readInCurrentCADire
ctory:635] Trusted CA [ebf0aaa0] {
     [java]  Certificate:C:\Users\jdoe\.globus\certificates\ebf0aaa0.0
     [java]  CRL:null
     [java]  Signing Policy:C:\Users\jdoe\.globus\certificates\ebf0aaa0.sign
ing_policy
     [java] }

     [java] 2007-07-02 14:40:14,296 INFO  core.SyncGTS [main,readInCurrentCADire
ctory:642] DONE -Taking Snapshot of Trusted CA Directory, 13 Trusted CAs found!!
!
     [java] 2007-07-02 14:40:14,378 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\2101aa21.0) for the CA O=
OSU,OU=BMI,OU=caGrid,OU=Dorian,OU=cagrid04,CN=caGrid 1.0Beta Dorian CA.
     [java] 2007-07-02 14:40:14,383 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\2101aa21.0) for the CA
 O=OSU,OU=BMI,OU=caGrid,OU=Dorian,OU=cagrid04,CN=caGrid 1.0Beta Dorian CA.
     [java] 2007-07-02 14:40:14,384 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\2101aa21.syncgts) for the
 CA O=OSU,OU=BMI,OU=caGrid,OU=Dorian,OU=cagrid04,CN=caGrid 1.0Beta Dorian CA.
     [java] 2007-07-02 14:40:14,412 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\5c7c59da.0) for the CA O=
cagrid.org,OU=training,OU=caBIG User Group,CN=caBIG Training User CA.
     [java] 2007-07-02 14:40:14,416 DEBUG core.SyncGTS [main,sync:356] Removed t
he CRL (C:\Users\jdoe\.globus\certificates\5c7c59da.r0) for the CA O=cagrid.
org,OU=training,OU=caBIG User Group,CN=caBIG Training User CA.
     [java] 2007-07-02 14:40:14,420 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\5c7c59da.0) for the CA
 O=cagrid.org,OU=training,OU=caBIG User Group,CN=caBIG Training User CA.
     [java] 2007-07-02 14:40:14,424 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\5c7c59da.syncgts) for the
 CA O=cagrid.org,OU=training,OU=caBIG User Group,CN=caBIG Training User CA.
     [java] 2007-07-02 14:40:14,454 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\4d041ebd.0) for the CA O=
cagrid.org,OU=training,OU=caBIG Trust Group,CN=caBIG Training Trust CA.
     [java] 2007-07-02 14:40:14,465 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\4d041ebd.0) for the CA
 O=cagrid.org,OU=training,OU=caBIG Trust Group,CN=caBIG Training Trust CA.
     [java] 2007-07-02 14:40:14,467 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\4d041ebd.syncgts) for the
 CA O=cagrid.org,OU=training,OU=caBIG Trust Group,CN=caBIG Training Trust CA.
     [java] 2007-07-02 14:40:14,503 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\510f81e5.0) for the CA O=
cagrid.org,OU=training,OU=caBIG Service Group,CN=caBIG Training Service CA.
     [java] 2007-07-02 14:40:14,507 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\510f81e5.0) for the CA
 O=cagrid.org,OU=training,OU=caBIG Service Group,CN=caBIG Training Service CA.
     [java] 2007-07-02 14:40:14,508 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\510f81e5.syncgts) for the
 CA O=cagrid.org,OU=training,OU=caBIG Service Group,CN=caBIG Training Service CA
.
     [java] 2007-07-02 14:40:14,533 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\5628e381.0) for the CA O=
OSU,OU=BMI,OU=MSCL,OU=caGrid,CN=OSU caGrid Service CA.
     [java] 2007-07-02 14:40:14,535 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\5628e381.0) for the CA
 O=OSU,OU=BMI,OU=MSCL,OU=caGrid,CN=OSU caGrid Service CA.
     [java] 2007-07-02 14:40:14,537 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\5628e381.syncgts) for the
 CA O=OSU,OU=BMI,OU=MSCL,OU=caGrid,CN=OSU caGrid Service CA.
     [java] 2007-07-02 14:40:14,545 INFO  core.SyncGTS [main,sync:297] The CA O=
OSU,OU=BMI,OU=caGrid,OU=Trust Fabric,CN=caGrid Trust Fabric CA was not removed b
ecause it is the exclude list.
     [java] 2007-07-02 14:40:14,570 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\4a17a6a2.0) for the CA O=
OSU,OU=BMI,OU=caGrid,OU=putty-beta,CN=caGrid 1.0Beta Service CA.
     [java] 2007-07-02 14:40:14,572 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\4a17a6a2.0) for the CA
 O=OSU,OU=BMI,OU=caGrid,OU=putty-beta,CN=caGrid 1.0Beta Service CA.
     [java] 2007-07-02 14:40:14,574 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\4a17a6a2.syncgts) for the
 CA O=OSU,OU=BMI,OU=caGrid,OU=putty-beta,CN=caGrid 1.0Beta Service CA.
     [java] 2007-07-02 14:40:14,633 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\216b927e.0) for the CA O=
NIH,OU=NCI,OU=NCICB,OU=caBIG Service Group,CN=caBIG Service CA.
     [java] 2007-07-02 14:40:14,637 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\216b927e.0) for the CA
 O=NIH,OU=NCI,OU=NCICB,OU=caBIG Service Group,CN=caBIG Service CA.
     [java] 2007-07-02 14:40:14,638 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\216b927e.syncgts) for the
 CA O=NIH,OU=NCI,OU=NCICB,OU=caBIG Service Group,CN=caBIG Service CA.
     [java] 2007-07-02 14:40:14,669 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\49f0af58.0) for the CA C=
US,O=OSU,OU=BMI,OU=caGrid Development,OU=Users,CN=caGrid Dorian CA.
     [java] 2007-07-02 14:40:14,671 DEBUG core.SyncGTS [main,sync:356] Removed t
he CRL (C:\Users\jdoe\.globus\certificates\49f0af58.r0) for the CA C=US,O=OS
U,OU=BMI,OU=caGrid Development,OU=Users,CN=caGrid Dorian CA.
     [java] 2007-07-02 14:40:14,699 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\49f0af58.0) for the CA
 C=US,O=OSU,OU=BMI,OU=caGrid Development,OU=Users,CN=caGrid Dorian CA.
     [java] 2007-07-02 14:40:14,701 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\49f0af58.syncgts) for the
 CA C=US,O=OSU,OU=BMI,OU=caGrid Development,OU=Users,CN=caGrid Dorian CA.
     [java] 2007-07-02 14:40:14,723 INFO  core.SyncGTS [main,sync:297] The CA O=
OSU,OU=BMI,OU=caGrid,OU=Trust Fabric,CN=caGrid Trust Fabric CA was not removed b
ecause it is the exclude list.
     [java] 2007-07-02 14:40:14,803 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\2d45eee5.0) for the CA C=
US,O=abc,OU=xyz,OU=caGrid,CN=caGrid Dorian CA.
     [java] 2007-07-02 14:40:14,804 DEBUG core.SyncGTS [main,sync:356] Removed t
he CRL (C:\Users\jdoe\.globus\certificates\2d45eee5.r0) for the CA C=US,O=ab
c,OU=xyz,OU=caGrid,CN=caGrid Dorian CA.
     [java] 2007-07-02 14:40:14,806 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\2d45eee5.0) for the CA
 C=US,O=abc,OU=xyz,OU=caGrid,CN=caGrid Dorian CA.
     [java] 2007-07-02 14:40:14,807 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\2d45eee5.syncgts) for the
 CA C=US,O=abc,OU=xyz,OU=caGrid,CN=caGrid Dorian CA.
     [java] 2007-07-02 14:40:14,873 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\ea9ecbf8.0) for the CA O=
NIH,OU=NCI,OU=NCICB,OU=caBIG User Group,CN=caBIG User CA.
     [java] 2007-07-02 14:40:14,875 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\ea9ecbf8.0) for the CA
 O=NIH,OU=NCI,OU=NCICB,OU=caBIG User Group,CN=caBIG User CA.
     [java] 2007-07-02 14:40:14,879 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\ea9ecbf8.syncgts) for the
 CA O=NIH,OU=NCI,OU=NCICB,OU=caBIG User Group,CN=caBIG User CA.
     [java] 2007-07-02 14:40:14,947 DEBUG core.SyncGTS [main,sync:341] Removed t
he certificate (C:\Users\jdoe\.globus\certificates\ebf0aaa0.0) for the CA O=
NIH,OU=NCI,OU=NCICB,OU=caBIG Trust Group,CN=caBIG Trust CA.
     [java] 2007-07-02 14:40:14,966 DEBUG core.SyncGTS [main,sync:371] Removed t
he Signing Policy (C:\Users\jdoe\.globus\certificates\ebf0aaa0.0) for the CA
 O=NIH,OU=NCI,OU=NCICB,OU=caBIG Trust Group,CN=caBIG Trust CA.
     [java] 2007-07-02 14:40:14,967 DEBUG core.SyncGTS [main,sync:386] Removed t
he CA Metadata (C:\Users\jdoe\.globus\certificates\ebf0aaa0.syncgts) for the
 CA O=NIH,OU=NCI,OU=NCICB,OU=caBIG Trust Group,CN=caBIG Trust CA.
     [java] 2007-07-02 14:40:14,993 INFO  core.SyncGTS [main,sync:413] Successfu
lly removed 11 Trusted Authority(s) from C:\Users\jdoe\.globus\certificates
     [java] 2007-07-02 14:40:15,011 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority O=cagrid.org,OU=training,OU=caBIG Ser
vice Group,CN=caBIG Training Service CA to the file C:\Users\jdoe\.globus\ce
rtificates\510f81e5.0
     [java] 2007-07-02 14:40:15,026 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority O=cagrid.org,OU=training,OU=caBIG Servic
e Group,CN=caBIG Training Service CA to the file C:\Users\jdoe\.globus\certi
ficates\510f81e5.syncgts
     [java] 2007-07-02 14:40:15,038 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority O=NIH,OU=NCI,OU=NCICB,OU=caBIG Trust
Group,CN=caBIG Trust CA to the file C:\Users\jdoe\.globus\certificates\ebf0a
aa0.0
     [java] 2007-07-02 14:40:15,050 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority O=NIH,OU=NCI,OU=NCICB,OU=caBIG Trust Gro
up,CN=caBIG Trust CA to the file C:\Users\jdoe\.globus\certificates\ebf0aaa0
.syncgts
     [java] 2007-07-02 14:40:15,067 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority O=OSU,OU=BMI,OU=caGrid,OU=Dorian,OU=c
agrid04,CN=caGrid 1.0Beta Dorian CA to the file C:\Users\jdoe\.globus\certif
icates\2101aa21.0
     [java] 2007-07-02 14:40:15,080 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority O=OSU,OU=BMI,OU=caGrid,OU=Dorian,OU=cagr
id04,CN=caGrid 1.0Beta Dorian CA to the file C:\Users\jdoe\.globus\certifica
tes\2101aa21.syncgts
     [java] 2007-07-02 14:40:15,088 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority O=cagrid.org,OU=training,OU=caBIG Tru
st Group,CN=caBIG Training Trust CA to the file C:\Users\jdoe\.globus\certif
icates\4d041ebd.0
     [java] 2007-07-02 14:40:15,095 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority O=cagrid.org,OU=training,OU=caBIG Trust
Group,CN=caBIG Training Trust CA to the file C:\Users\jdoe\.globus\certifica
tes\4d041ebd.syncgts
     [java] 2007-07-02 14:40:15,101 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority C=US,O=abc,OU=xyz,OU=caGrid,CN=caGrid
 Dorian CA to the file C:\Users\jdoe\.globus\certificates\2d45eee5.0
     [java] 2007-07-02 14:40:15,108 DEBUG core.SyncGTS [main,sync:483] Wrote out
 the CRL for the Trusted Authority C=US,O=abc,OU=xyz,OU=caGrid,CN=caGrid Dorian
CA to the file C:\Users\jdoe\.globus\certificates\2d45eee5.r0
     [java] 2007-07-02 14:40:15,113 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority C=US,O=abc,OU=xyz,OU=caGrid,CN=caGrid Do
rian CA to the file C:\Users\jdoe\.globus\certificates\2d45eee5.syncgts
     [java] 2007-07-02 14:40:15,128 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority O=OSU,OU=BMI,OU=caGrid,OU=putty-beta,
CN=caGrid 1.0Beta Service CA to the file C:\Users\jdoe\.globus\certificates\
4a17a6a2.0
     [java] 2007-07-02 14:40:15,133 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority O=OSU,OU=BMI,OU=caGrid,OU=putty-beta,CN=
caGrid 1.0Beta Service CA to the file C:\Users\jdoe\.globus\certificates\4a1
7a6a2.syncgts
     [java] 2007-07-02 14:40:15,166 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority O=NIH,OU=NCI,OU=NCICB,OU=caBIG User G
roup,CN=caBIG User CA to the file C:\Users\jdoe\.globus\certificates\ea9ecbf
8.0
     [java] 2007-07-02 14:40:15,170 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority O=NIH,OU=NCI,OU=NCICB,OU=caBIG User Grou
p,CN=caBIG User CA to the file C:\Users\jdoe\.globus\certificates\ea9ecbf8.s
yncgts
     [java] 2007-07-02 14:40:15,181 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority O=cagrid.org,OU=training,OU=caBIG Use
r Group,CN=caBIG Training User CA to the file C:\Users\jdoe\.globus\certific
ates\5c7c59da.0
     [java] 2007-07-02 14:40:15,188 DEBUG core.SyncGTS [main,sync:483] Wrote out
 the CRL for the Trusted Authority O=cagrid.org,OU=training,OU=caBIG User Group,
CN=caBIG Training User CA to the file C:\Users\jdoe\.globus\certificates\5c7
c59da.r0
     [java] 2007-07-02 14:40:15,200 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority O=cagrid.org,OU=training,OU=caBIG User G
roup,CN=caBIG Training User CA to the file C:\Users\jdoe\.globus\certificate
s\5c7c59da.syncgts
     [java] 2007-07-02 14:40:15,206 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority O=NIH,OU=NCI,OU=NCICB,OU=caBIG Servic
e Group,CN=caBIG Service CA to the file C:\Users\jdoe\.globus\certificates\2
16b927e.0
     [java] 2007-07-02 14:40:15,219 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority O=NIH,OU=NCI,OU=NCICB,OU=caBIG Service G
roup,CN=caBIG Service CA to the file C:\Users\jdoe\.globus\certificates\216b
927e.syncgts
     [java] 2007-07-02 14:40:15,230 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority C=US,O=OSU,OU=BMI,OU=caGrid Developme
nt,OU=Users,CN=caGrid Dorian CA to the file C:\Users\jdoe\.globus\certificat
es\49f0af58.0
     [java] 2007-07-02 14:40:15,237 DEBUG core.SyncGTS [main,sync:483] Wrote out
 the CRL for the Trusted Authority C=US,O=OSU,OU=BMI,OU=caGrid Development,OU=Us
ers,CN=caGrid Dorian CA to the file C:\Users\jdoe\.globus\certificates\49f0a
f58.r0
     [java] 2007-07-02 14:40:15,241 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority C=US,O=OSU,OU=BMI,OU=caGrid Development,
OU=Users,CN=caGrid Dorian CA to the file C:\Users\jdoe\.globus\certificates\
49f0af58.syncgts
     [java] 2007-07-02 14:40:15,252 DEBUG core.SyncGTS [main,sync:476] Wrote out
 the certificate for the Trusted Authority O=OSU,OU=BMI,OU=MSCL,OU=caGrid,CN=OSU
 caGrid Service CA to the file C:\Users\jdoe\.globus\certificates\5628e381.0

     [java] 2007-07-02 14:40:15,267 DEBUG core.SyncGTS [main,sync:498] Wrote out
 the metadata for the Trusted Authority O=OSU,OU=BMI,OU=MSCL,OU=caGrid,CN=OSU ca
Grid Service CA to the file C:\Users\jdoe\.globus\certificates\5628e381.sync
gts
     [java] 2007-07-02 14:40:15,273 INFO  core.SyncGTS [main,sync:532] Successfu
lly wrote out 11 Trusted Authority(s) to C:\Users\jdoe\.globus\certificates

BUILD SUCCESSFUL
Total time: 12 seconds

Last edited by
Sarah Honacki (967 days ago)
Adaptavist Theme Builder Powered by Atlassian Confluence