Github user pvillard31 commented on the issue:

    https://github.com/apache/nifi/pull/1530
  
    Test example:
    ````
    ./tls-toolkit.sh standalone -s "nifi.vip.org,localhost,nifi-01" -n nifi-01
    ````
    
    ````
    $ keytool -list -keystore keystore.jks -v
    
    Keystore type: JKS
    Keystore provider: SUN
    
    Your keystore contains 1 entry
    
    Alias name: nifi-key
    Creation date: Feb 22, 2017
    Entry type: PrivateKeyEntry
    Certificate chain length: 2
    Certificate[1]:
    Owner: CN=nifi-01, OU=NIFI
    Issuer: CN=localhost, OU=NIFI
    Valid from: Wed Feb 22 22:25:30 CET 2017 until: Sat Feb 22 22:25:30 CET 2020
    Certificate fingerprints:
    ...
    
    Extensions:
    
    #1: ObjectId: 2.5.29.35 Criticality=false
    ...
    
    #2: ObjectId: 2.5.29.19 Criticality=false
    ...
    
    #3: ObjectId: 2.5.29.37 Criticality=false
    ...
    
    #4: ObjectId: 2.5.29.15 Criticality=true
    ...
    
    #5: ObjectId: 2.5.29.17 Criticality=false
    SubjectAlternativeName [
      DNSName: nifi.vip.org
      DNSName: localhost
      DNSName: nifi-01
    ]
    
    #6: ObjectId: 2.5.29.14 Criticality=false
    ...
    ````



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to