Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-593

FIWARE.Request.Tech.Security.AuthorizationPDP.InstallGuideIssueGettingClientDN

    Details

    • HD-Chapter:
      Security
    • HD-Enabler:
      AuthZForce

      Description

      Hi,

      While doing the User Registration https://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/Access_Control_-_Installation_and_Administration_Guide#User_Registration , actually while registering in the User Database, the way to get the subject DN (UUID) is not trivial, so we suggest to add some extra information in order to make it easier.

      If helps, we did this:

      openssl x509 -in johndoe-taz-client-cert.pem -text | grep CN=

      OS: Ubuntu 14.04 Server x64

      Regards,

      Alberto Martín
      _______________________________________________
      Fiware-tech-help mailing list
      Fiware-tech-help@lists.fi-ware.org
      https://lists.fi-ware.org/listinfo/fiware-tech-help

        Activity

        Hide
        cdangerville Cyril Dangerville added a comment -

        Fixed in next release document. The doc will given an example of command to extract the UUID from the certificate subject's common name (CN), like the one suggestion in this issue description. The actual command to get exactly the UUID value will be this one:
        $ openssl x509 -in johndoe-taz-client-cert.pem -subject -noout | grep -oP "(?<=/CN=)[^/]+(?=/?)"

        Show
        cdangerville Cyril Dangerville added a comment - Fixed in next release document. The doc will given an example of command to extract the UUID from the certificate subject's common name (CN), like the one suggestion in this issue description. The actual command to get exactly the UUID value will be this one: $ openssl x509 -in johndoe-taz-client-cert.pem -subject -noout | grep -oP "(?<=/CN=) [^/] +(?=/?)"

          People

          • Assignee:
            cdangerville Cyril Dangerville
            Reporter:
            alberto.martin Alberto Martín
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: