freetrial TLS keystore expiration

Hello, We use freetrial TLS keystore for our API proxy with the *apigee.net common name. His expiration time is in 11 days, do you know if the renew of this keystore is done automatically by Apigee or we have to do something like create a new TLS keystore?

We have searched the documentation of apigee but we haven't found information about this.

Regards,

Antonio

1 4 373
4 REPLIES 4

Antonio, thanks for asking this. Apigee is currently updating *.apigee.net TLS certificate in all Apigee Edge Cloud organizations. You may not need to take an action on this.

You could find the status of this process on the below Apigee status page:

https://status.apigee.com/incidents/h4rynspvvhg8

Are we supposed to update the 'freetrial' cert ourselves? Our 'freetrial' cert has expired and there is a new 'freetrial-2019-03-07' keystore and cert. Are we supposed to copy the cert from the updated store to the original store?

majjikumari85
Participant III

{

"code" : "messaging.config.beans.DescriptorFileNotFound",

"message" : "Descriptor file(META-INF/descriptor.properties) not found",

"contexts" : [ ]

}

iam facing this isue while i am uploading my jar file in keystore.I mentioned private.pem and cert.pem keys in META-INF/descriptor.properties. but still i am geting error.plz could you able to resolve this issue.

curl -X POST -H "Content-Type: multipart/form-data" -F file="@myKeystore.jar" \ "https://api.enterprise.apigee.com/v1/o/{org_name}/e/{env_name}/keystores/{myKeystore}/keys?alias={key_alias}&password={key_pass}" -u email:password

majjikumari85
Participant III

{

"code" : "messaging.config.beans.DescriptorFileNotFound",

"message" : "Descriptor file(META-INF/descriptor.properties) not found",

"contexts" : [ ]

}

iam facing this isue while i am uploading my jar file in keystore.I mentioned private.pem and cert.pem keys in META-INF/descriptor.properties. but still i am geting error.plz could you able to resolve this issue.

curl -X POST -H "Content-Type: multipart/form-data" -F file="@myKeystore.jar" \ "https://api.enterprise.apigee.com/v1/o/{org_name}/e/{env_name}/keystores/{myKeystore}/keys?alias={key_alias}&password={key_pass}" -u email:password