[Feature request] Allow ':' separated certificate fingerprints for self-signed certificates
See original GitHub issueIs your feature request related to a problem? Please describe. When creating a new X509 device, the format produced by OpenSSL is not accepted:
The format is produced by using
openssl x509 -text -noout -fingerprint -in mycertificate.pem
Output:
[...]
SHA1 Fingerprint=A0:F7:88:0B:5C:5A:00:BF:55:71:B8:2F:95:47:7B:AA:94:C1:E5:2B
Describe the solution you’d like
- Azure IoT Explorer could automatically remove the “:” characters after copy/paste.
- Allow browsing and opening the Binary DER / Base64 / PEM certificate file. Automatically extract the fingerprint.
This works:
Describe alternatives you’ve considered I manually remove the “:” (or using various scripts).
Additional context It’s fairly common to use OpenSSL to generate development certificates for non-automated testing and exploration tasks. This would save a few seconds for every certificate uploaded.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
tls - Does checking the fingerprint of a self signed certificate ...
Yes, this is effectively the same as trusting your root certificate used to self-sign the certificate. The verification ...
Read more >Public Key Infrastructure Configuration Guide, Cisco IOS XE 17
The self-signed certificate is then saved in the router's startup configuration (NVRAM). The saved, self-signed certificate can then be used for ...
Read more >SSL and SSL Certificates Explained For Beginners
A complete beginners guide to SSLand SSL certificates. How they work and the different certificate types,encodings and uses.
Read more >Configure TLS mutual authentication - Azure App Service
One way to do it is to request a client certificate when the client request is over TLS/SSL and validate the certificate.
Read more >Sign your app - Android Developers
A certificate fingerprint is a short and unique representation of a certificate that is often requested by API providers alongside the package name...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@CIPop I see. this is a good idea. let me reopen the issue.
Awesome! Thank you! This will save me and others using OpenSSL lots of time!