Skip to content

Commit

Permalink
Updated DNs to be more official
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Mar 17, 2024
1 parent 9befa66 commit 5fc38a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions openssl-AK.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ prompt = no
C = AU
ST = QLD
L = Brisbane
O = ietf-csr-test
OU = mwiseman-ak
CN = mwiseman-ak-test
O = ietf-119-hackathon
OU = ietf-csr-test
CN = ak

6 changes: 3 additions & 3 deletions openssl-CA.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ prompt = no
C = AU
ST = QLD
L = Brisbane
O = ietf-csr-test
OU = mwiseman
CN = rootCA-test
O = ietf-119-hackathon
OU = ietf-csr-test
CN = rootCA

[ v3_ca ]

Expand Down
6 changes: 3 additions & 3 deletions tpm_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ class TcgAttestCertify(univ.Sequence):
x509.NameAttribute(NameOID.COUNTRY_NAME, 'AU'),
x509.NameAttribute(NameOID.STATE_OR_PROVINCE_NAME, 'QLD'),
x509.NameAttribute(NameOID.LOCALITY_NAME, 'Brisbane'),
x509.NameAttribute(NameOID.ORGANIZATION_NAME, 'ietf-csr-test'),
x509.NameAttribute(NameOID.ORGANIZATIONAL_UNIT_NAME, 'mwiseman-key1'),
x509.NameAttribute(NameOID.COMMON_NAME, 'mwiseman-key1-test')
x509.NameAttribute(NameOID.ORGANIZATION_NAME, 'ietf-119-hackathon'),
x509.NameAttribute(NameOID.ORGANIZATIONAL_UNIT_NAME, 'ietf-csr-test'),
x509.NameAttribute(NameOID.COMMON_NAME, 'key1')
]
))

Expand Down

0 comments on commit 5fc38a2

Please sign in to comment.