• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Wildcard Certificates

Community Beginner ,
Feb 23, 2018 Feb 23, 2018

Copy link to clipboard

Copied

Wildcard certificates on my ColdFusion 11 are expired, i am having the new certificates with me. How to import and install new certificates on the CF Servers

Views

268

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 24, 2018 Feb 24, 2018

This is not a ColdFusion thing, it's a web server thing. Use the appropriate instructions for Apache, IIS or whatever you're using as a web server for this.

Generally, the process for any of those is that you'll need to generate a certificate signing request (CSR) and retain the private key you use for that. Then, you'll get the actual certificate from your vendor or whoever, and you'll need to merge it with the private key and install it. Finally, you configure your web server to use it.

Dave Wat

...

Votes

Translate

Translate
Community Expert ,
Feb 24, 2018 Feb 24, 2018

Copy link to clipboard

Copied

LATEST

This is not a ColdFusion thing, it's a web server thing. Use the appropriate instructions for Apache, IIS or whatever you're using as a web server for this.

Generally, the process for any of those is that you'll need to generate a certificate signing request (CSR) and retain the private key you use for that. Then, you'll get the actual certificate from your vendor or whoever, and you'll need to merge it with the private key and install it. Finally, you configure your web server to use it.

Dave Watts, Fig Leaf Software

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation