Description Syntax Example setPartnerEncryptionCert

Infrastructure Security Custom WLST Commands 4-127

4.8.14.3 Example

The following invocation retrieves the Base64 encoded encryption certificate for the partner referenced by the partnerId parameter, and displays its value, as a Base64 encoded string: getPartnerEncryptionCertpartnerId=customPartner

4.8.15 setPartnerSigningCert

Online command that Uploads the provided certificate to the partner entry as the signing certificate. Displays the result of the operation.

4.8.15.1 Description

Uploads the provided certificate to the partner entry referenced by the partnerId parameter as the signing certificate. The supported formats of the certificate are DER and PEM. Displays the result of the operation.

4.8.15.2 Syntax

setPartnerSigningCertpartnerId, certFile

4.8.15.3 Example

The following invocation uploads the provided certificate to the partner entry customPartner as the signing certificate. Displays the result of the operation: setPartnerSigningCertpartnerId=customPartner, certFile=tempsigning_cert

4.8.16 setPartnerEncryptionCert

Online command that Uploads the provided certificate to the partner entry as the encryption certificate. Displays the result of the operation.

4.8.16.1 Description

Uploads the provided certificate to the partner entry referenced by the partnerId parameter as the encryption certificate. Displays the result of the operation.

4.8.16.2 Syntax

setPartnerEncryptionCertpartnerId, certFile

4.8.16.3 Example

The following invocation uploads the provided certificate to the partner entry customPartner as the signing certificate. Displays the result of the operation: Argument Definition partnerId Specifies the ID of the partner. certFile Specifies the location of the certificate on the local filesystem. Supported formats of the certificate are DER and PEM. Argument Definition partnerId Specifies the ID of the partner. certFile Specifies the location of the certificate on the local filesystem. Supported formats of the certificate are DER and PEM. 4-128 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference setPartnerSigningCertpartnerId=customPartner, certFile=tempsigning_cert

4.8.17 deletePartnerSigningCert