Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

external-ca.sh

  • Thomas Woerner's avatar
    2a197cc7
    tests/external-signed-ca tests: Fix external-ca.sh to use proper serials · 2a197cc7
    Thomas Woerner authored
    The serial numbers have not been set for the creation of the CA and also
    to sign the request. Because of this the local time has been used, which
    resulted sometimes in the use of the same time stamp for the CA and the
    signing reuqest. The import failed then with same issuer and serial number
    error.
    
    The cat to generate the chain.crt has been replaces with openssl x509 calls.
    
    Some comments have also been added.
    
    The script in external-signed-ca-with-manual-copy has been replaced with a
    link to the external-signed-ca-with-automatic-copy directory.
    2a197cc7
    History
    tests/external-signed-ca tests: Fix external-ca.sh to use proper serials
    Thomas Woerner authored
    The serial numbers have not been set for the creation of the CA and also
    to sign the request. Because of this the local time has been used, which
    resulted sometimes in the use of the same time stamp for the CA and the
    signing reuqest. The import failed then with same issuer and serial number
    error.
    
    The cat to generate the chain.crt has been replaces with openssl x509 calls.
    
    Some comments have also been added.
    
    The script in external-signed-ca-with-manual-copy has been replaced with a
    link to the external-signed-ca-with-automatic-copy directory.