Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

How to create self-signed SSL/TLS certificate?

Solved418.52K views8th February 2023certificate ssl SSL-TLS
8
Thomas Gunkel [SLC] [DevOps Advocate]1.22K 1st February 2023 1 Comment

Do we have recommendations how to easily create a self-signed SSL/TLS certificate? The latter is required to switch a DMA from HTTP to HTTPS?

Setting up HTTPS on a DMA | DataMiner Docs

Thomas Gunkel [SLC] [DevOps Advocate] Answered question 8th February 2023
Ive Herreman [SLC] [DevOps Enabler] commented 1st February 2023

Hi Thomas,

While it’s not an answer to your question, instead of working with a self-signed certificate, it’s better to work with a real TLS certificate that you obtain through a Certificate Authority.

*A self-signed certificate will be flagged as insecure by your computer by default and needs to be installed on all client machines.

4 Answers

  • Active
  • Voted
  • Newest
  • Oldest
4
Thomas Gunkel [SLC] [DevOps Advocate]1.22K Posted 8th February 2023 0 Comments

Thanks to Laurens Moutton for providing the following instructions how to create a self-signed certificate with Powershell:

PS C:\Windows\system32> $cert = New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname 10.90.232.70 [replace IP with DMA IP-address]

PS C:\Windows\system32> $pwd = ConvertTo-SecureString -String ‘selfchosenpassword’ -Force -AsPlainText

PS C:\Windows\system32> $path = 'cert:\localMachine\my\' + $cert.thumbprint

PS C:\Windows\system32> Export-PfxCertificate -cert $path -FilePath c:\Temp\certip.pfx -Password $pwd

  • Double click on certip.pfx and add it to the trusted root certificate store.
  • In IIS Manager
    • Click on server name and then on Server certificates.
    • Click on Import and browse to certip.pfx and add it to the personal store
    • Right click on default website and select bindings. Then for 443 link this to the certificate.
  • Note: passwords that are requested is the same used in the command in $pwd
Thomas Gunkel [SLC] [DevOps Advocate] Answered question 8th February 2023
You are viewing 1 out of 4 answers, click here to view all answers.
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin