Use puppet-openssl and remove use of katello-certs-tool #1221
Annotations
5 errors
Run tests:
spec/acceptance/migration_spec.rb#L16
certs with default params X509 certificate "/root/ssl-build/katello-default-ca.crt" issuer is expected to match without whitespace /C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos8-64-puppet7.example.com/
Failure/Error: its(:issuer) { should match_without_whitespace(/C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}/) }
Actual:
C=US,ST=NorthCarolina,L=Raleigh,O=Katello,OU=SomeOrgUnit,CN=centos8-64.example.com
Expected:
C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos8-64-puppet7.example.com
|
Run tests:
spec/acceptance/migration_spec.rb#L17
certs with default params X509 certificate "/root/ssl-build/katello-default-ca.crt" subject is expected to match without whitespace /C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos8-64-puppet7.example.com/
Failure/Error: its(:subject) { should match_without_whitespace(/C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}/) }
Actual:
C=US,ST=NorthCarolina,L=Raleigh,O=Katello,OU=SomeOrgUnit,CN=centos8-64.example.com
Expected:
C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos8-64-puppet7.example.com
|
Run tests:
spec/acceptance/migration_spec.rb#L25
certs with default params X509 certificate "/root/ssl-build/katello-server-ca.crt" issuer is expected to match without whitespace /C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos8-64-puppet7.example.com/
Failure/Error: its(:issuer) { should match_without_whitespace(/C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}/) }
Actual:
C=US,ST=NorthCarolina,L=Raleigh,O=Katello,OU=SomeOrgUnit,CN=centos8-64.example.com
Expected:
C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos8-64-puppet7.example.com
|
Run tests:
spec/acceptance/migration_spec.rb#L26
certs with default params X509 certificate "/root/ssl-build/katello-server-ca.crt" subject is expected to match without whitespace /C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos8-64-puppet7.example.com/
Failure/Error: its(:subject) { should match_without_whitespace(/C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}/) }
Actual:
C=US,ST=NorthCarolina,L=Raleigh,O=Katello,OU=SomeOrgUnit,CN=centos8-64.example.com
Expected:
C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos8-64-puppet7.example.com
|
Run tests
Process completed with exit code 1.
|
Loading