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

1451003: identity reports right info in name field #1632

Merged
merged 1 commit into from May 22, 2017
Merged

Conversation

jirihnidek
Copy link
Contributor

  • Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1451003

  • AltName can contain two values with begining: DirName:/CN= in
    product certificate. Only second value contains valid name.
    The first value contains UUID. As you can see command:

    rct cc /etc/pki/consumer/cert.pem | grep "Alt Name:"
    

    can return something like this:

    DirName:/CN=c3e72e3f-bb86-4f87-ac67-9c0e6eed7658, \
    DirName:/CN=localhost.localdomain
    

    or this:

    Alt Name: URI:CN=rhel01.localdomain
    

    The second case is old type of format and it has to be supported
    too.

* Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1451003
* AltName can contain two values with begining: DirName:/CN= in
  product certificate. Only second value contains valid name.
  The first value contains UUID. As you can see command:

    rct cc /etc/pki/consumer/cert.pem | grep "Alt Name:"

  can return something like this:

    DirName:/CN=c3e72e3f-bb86-4f87-ac67-9c0e6eed7658, \
    DirName:/CN=localhost.localdomain

  or this:

    Alt Name: URI:CN=rhel01.localdomain

  The second case is old type of format and it has to be supported
  too.
@jirihnidek
Copy link
Contributor Author

@wottop wottop self-assigned this May 22, 2017
@wottop
Copy link
Member

wottop commented May 22, 2017

ack

@wottop wottop merged commit fcc54bd into master May 22, 2017
@wottop wottop deleted the jhnidek/1451003 branch May 22, 2017 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants