Previous Topic: FORMAT Keyword—Specify Certificate FormatNext Topic: GAP Keyword—Specify if a Profile is Globally Administered


Examples: FORMAT keyword

This example exports a digital certificate to a data set in Base64 format:

TSS EXPORT(user1) DIGICERT(cert0001)
                  DCDSN(udrt1.cert.data)
                  FORMAT(certb64)
                  PKCSPASS(secreto

This example exports a digital certificate to a data set in DER encoded X.509 format:

TSS EXPORT(user1) DIGICERT(cert0001)
                  DCDSN(udrt1.cert.data)
                  FORMAT(certder)
                  PKCSPASS(secreto

This example exports a digital certificate to a data set in Base64 PKCS#12 package format:

TSS EXPORT(user1) DIGICERT(cert0001)
                  DCDSN(udrt1.cert.data)
                  FORMAT(PKCS12B64)
                  PKCSPASS(secretone)

This example exports a digital certificate to a data set in DER encoded PKCS#12 package format:

TSS EXPORT(user1) DIGICER(cert0001)
                  DCDSN(udrt1.cert.data)
                  FORMAT(PKCS12DER)
                  PKCSPASS(secreto