Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change: Show subject first in TLS certificate list, show both DNs in details #3820

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

timopollmeier
Copy link
Member

What

Instead of the Issuer DN the TLS certificate list now shows the Subject DN in the first column. Both subject and issuer DN are added to the details.

Why

This change was made because the subject DN is the more useful information to users.

References

GEA-202
Closes #2847
Based on changes proposed in #3023 by @Virsacer

@timopollmeier timopollmeier requested a review from a team as a code owner July 31, 2023 07:49
@github-actions
Copy link

Conventional Commits Report

Type Number
Changed 1

🚀 Conventional commits found.

…details

Instead of the Issuer DN the TLS certificate list now shows the Subject
DN in the first column. Both subject and issuer DN are added to the
details.

This change was made because the subject DN is the more useful
information to users.
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #3820 (70d7202) into main (1d95f51) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3820   +/-   ##
=======================================
  Coverage   60.08%   60.09%           
=======================================
  Files        1023     1023           
  Lines       25145    25148    +3     
  Branches     7429     7433    +4     
=======================================
+ Hits        15109    15112    +3     
  Misses       9094     9094           
  Partials      942      942           
Files Changed Coverage Δ
src/web/pages/tlscertificates/filterdialog.js 100.00% <ø> (ø)
src/web/pages/tlscertificates/row.js 91.66% <ø> (ø)
src/gmp/models/tlscertificate.js 100.00% <100.00%> (ø)
src/web/pages/tlscertificates/details.js 95.45% <100.00%> (+1.01%) ⬆️
src/web/pages/tlscertificates/table.js 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@timopollmeier timopollmeier merged commit f74b421 into main Aug 3, 2023
10 checks passed
@timopollmeier timopollmeier deleted the use-subject-dn-for-tls-certs branch August 3, 2023 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TLS Certificates identified by issuer?
2 participants