• Bala SFDC
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
Hi,

I received an automated email from SF that one of my CA signed certificate is going to expire. I need to know do I need to renew or create a new CA signed certificate in "Sandbox" or "Production" instance and then download the .CSR and send it to CA for signing?

Please help.
  • November 05, 2015
  • Like
  • 0
Hi Guys,

We have a CA singed certificate, After upload the certificate through the "Import from Key Store" it is not showing in the certificate list and there is no error.

do we need follow the instructions by click on the "Create CA signed certificate" button and follow the steps ?

but they have mentioned that "Download Certificate Signing Request. Send the certificate request to the certificate authority of your choice.".

We have already CA signed certificate then what is the need to download the Certificate Signing Request.
again send the certificate request to the certificate authority. It is again burden to Clients and they wont accept it.

Can we move the certificate details form sandbox to production directly or do we need to follow the same steps for production ?

If we use self signed certificate we are getting the call out exception: handshake error.

Any suggestions it is very urgent...

Thanks in advance.

Regards,
Krish






 
Any how can we get the count of all validation rules and workflows  in salesforce org.
I tried---
private static MetadataService.MetadataPort createService()
    {
        MetadataService.MetadataPort service = new MetadataService.MetadataPort();
        service.SessionHeader = new MetadataService.SessionHeader_element();
        service.SessionHeader.sessionId = UserInfo.getSessionId();
        return service;    
    }
MetadataService.MetadataPort service = createService();
        List<MetadataService.ListMetadataQuery> queries = new List<MetadataService.ListMetadataQuery>();     
        MetadataService.ListMetadataQuery queryWorkflow = new MetadataService.ListMetadataQuery();
        queryWorkflow.type_x = 'Workflow';
        queriesWorkflow.add(queryWorkflow);

But no luck plz help its urgent