=== Config function: sasl_external_SUITE:init_per_suite/1 (click for source code)

=== Config value:

    [{tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/sasl_external_suite.init_per_suite.html"},
     {tc_group_properties,[]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/sasl_external_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/"}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36"

=== Started at 2022-04-04 15:15:59


*** System report during sasl_external_SUITE:init_per_suite/1 2022-04-04 15:15:59.507 ***
=WARNING REPORT==== 4-Apr-2022::15:15:59.506631 ===
====== SUITE sasl_external_SUITE starting


*** User 2022-04-04 15:15:59.510 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = not-alice

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
otherName.2 = id-on-xmppAddr;UTF8:alice@fed1
email = not-alice@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:15:59.578 ***
generate_ca_signed_cert 1:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice.csr",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice_key.pem",
     " -outform PEM"]
Out Can't load /home/circleci/.rnd into RNG
139779725354304:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:98:Filename=/home/circleci/.rnd
Generating a RSA private key
.........................................+++++
................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice_key.pem'
-----


*** User 2022-04-04 15:15:59.587 ***
generate_ca_signed_cert 2:
Cmd ["/home/circleci/project/big_tests/tests/sasl_external_SUITE_data/sign_cert.sh",
     " --req ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice.csr",
     " --out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice_cert.pem"]
Out Using configuration from openssl-ca-clients.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :ASN.1 12:'not-alice'
Certificate is to be certified until Dec 29 15:15:59 2024 GMT (1000 days)
Sign the certificate? [y/n]:

1 out of 1 certificate requests certified, commit? [y/n]Write out database with 1 new entries
Data Base Updated


*** User 2022-04-04 15:15:59.588 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = kate

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:kate@localhost
otherName.2 = id-on-xmppAddr;UTF8:kate@fed1
email = kate@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:15:59.638 ***
generate_ca_signed_cert 1:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate.csr",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate_key.pem",
     " -outform PEM"]
Out Generating a RSA private key
.....................................+++++
......+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate_key.pem'
-----


*** User 2022-04-04 15:15:59.647 ***
generate_ca_signed_cert 2:
Cmd ["/home/circleci/project/big_tests/tests/sasl_external_SUITE_data/sign_cert.sh",
     " --req ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate.csr",
     " --out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate_cert.pem"]
Out Using configuration from openssl-ca-clients.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :ASN.1 12:'kate'
Certificate is to be certified until Dec 29 15:15:59 2024 GMT (1000 days)
Sign the certificate? [y/n]:

1 out of 1 certificate requests certified, commit? [y/n]Write out database with 1 new entries
Data Base Updated


*** User 2022-04-04 15:15:59.647 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = bob

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:bob@localhost
email = bob@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:15:59.701 ***
generate_ca_signed_cert 1:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob.csr",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob_key.pem",
     " -outform PEM"]
Out Generating a RSA private key
......+++++
.........................................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob_key.pem'
-----


*** User 2022-04-04 15:15:59.710 ***
generate_ca_signed_cert 2:
Cmd ["/home/circleci/project/big_tests/tests/sasl_external_SUITE_data/sign_cert.sh",
     " --req ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob.csr",
     " --out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob_cert.pem"]
Out Using configuration from openssl-ca-clients.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :ASN.1 12:'bob'
Certificate is to be certified until Dec 29 15:15:59 2024 GMT (1000 days)
Sign the certificate? [y/n]:

1 out of 1 certificate requests certified, commit? [y/n]Write out database with 1 new entries
Data Base Updated


*** User 2022-04-04 15:15:59.710 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = greg

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:greg@localhost
email = greg@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:15:59.794 ***
generate_ca_signed_cert 1:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg.csr",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg_key.pem",
     " -outform PEM"]
Out Generating a RSA private key
...................................+++++
............................................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg_key.pem'
-----


*** User 2022-04-04 15:15:59.803 ***
generate_ca_signed_cert 2:
Cmd ["/home/circleci/project/big_tests/tests/sasl_external_SUITE_data/sign_cert.sh",
     " --req ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg.csr",
     " --out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg_cert.pem"]
Out Using configuration from openssl-ca-clients.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :ASN.1 12:'greg'
Certificate is to be certified until Dec 29 15:15:59 2024 GMT (1000 days)
Sign the certificate? [y/n]:

1 out of 1 certificate requests certified, commit? [y/n]Write out database with 1 new entries
Data Base Updated


*** User 2022-04-04 15:15:59.803 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = john

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]

email = john@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:15:59.942 ***
generate_ca_signed_cert 1:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john.csr",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john_key.pem",
     " -outform PEM"]
Out Generating a RSA private key
.............................................................................................................................+++++
...........+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john_key.pem'
-----


*** User 2022-04-04 15:15:59.951 ***
generate_ca_signed_cert 2:
Cmd ["/home/circleci/project/big_tests/tests/sasl_external_SUITE_data/sign_cert.sh",
     " --req ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john.csr",
     " --out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john_cert.pem"]
Out Using configuration from openssl-ca-clients.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :ASN.1 12:'john'
Certificate is to be certified until Dec 29 15:15:59 2024 GMT (1000 days)
Sign the certificate? [y/n]:

1 out of 1 certificate requests certified, commit? [y/n]Write out database with 1 new entries
Data Base Updated


*** User 2022-04-04 15:15:59.952 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = john@localhost

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]

email = john@localhost@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.173 ***
generate_ca_signed_cert 1:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost.csr",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost_key.pem",
     " -outform PEM"]
Out Generating a RSA private key
.......................................................................................................................................+++++
....................................................................................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost_key.pem'
-----


*** User 2022-04-04 15:16:00.182 ***
generate_ca_signed_cert 2:
Cmd ["/home/circleci/project/big_tests/tests/sasl_external_SUITE_data/sign_cert.sh",
     " --req ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost.csr",
     " --out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost_cert.pem"]
Out Using configuration from openssl-ca-clients.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :ASN.1 12:'john@localhost'
Certificate is to be certified until Dec 29 15:16:00 2024 GMT (1000 days)
Sign the certificate? [y/n]:

1 out of 1 certificate requests certified, commit? [y/n]Write out database with 1 new entries
Data Base Updated


*** User 2022-04-04 15:16:00.182 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = not-mike

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]

email = not-mike@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.309 ***
generate_ca_signed_cert 1:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike.csr",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike_key.pem",
     " -outform PEM"]
Out Generating a RSA private key
................+++++
............................................................................................................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike_key.pem'
-----


*** User 2022-04-04 15:16:00.318 ***
generate_ca_signed_cert 2:
Cmd ["/home/circleci/project/big_tests/tests/sasl_external_SUITE_data/sign_cert.sh",
     " --req ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike.csr",
     " --out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike_cert.pem"]
Out Using configuration from openssl-ca-clients.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :ASN.1 12:'not-mike'
Certificate is to be certified until Dec 29 15:16:00 2024 GMT (1000 days)
Sign the certificate? [y/n]:

1 out of 1 certificate requests certified, commit? [y/n]Write out database with 1 new entries
Data Base Updated


*** User 2022-04-04 15:16:00.319 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = grace

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:grace@fed1
otherName.2 = id-on-xmppAddr;UTF8:grace@reg1
email = grace@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.342 ***
generate_ca_signed_cert 1:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace.csr",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace_key.pem",
     " -outform PEM"]
Out Generating a RSA private key
.............+++++
...+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace_key.pem'
-----


*** User 2022-04-04 15:16:00.351 ***
generate_ca_signed_cert 2:
Cmd ["/home/circleci/project/big_tests/tests/sasl_external_SUITE_data/sign_cert.sh",
     " --req ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace.csr",
     " --out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace_cert.pem"]
Out Using configuration from openssl-ca-clients.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :ASN.1 12:'grace'
Certificate is to be certified until Dec 29 15:16:00 2024 GMT (1000 days)
Sign the certificate? [y/n]:

1 out of 1 certificate requests certified, commit? [y/n]Write out database with 1 new entries
Data Base Updated


*** User 2022-04-04 15:16:00.352 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = grace@localhost

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:grace@fed1
otherName.2 = id-on-xmppAddr;UTF8:grace@reg1
email = grace@localhost@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.396 ***
generate_ca_signed_cert 1:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost.csr",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost_key.pem",
     " -outform PEM"]
Out Generating a RSA private key
....................................+++++
.+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost_key.pem'
-----


*** User 2022-04-04 15:16:00.405 ***
generate_ca_signed_cert 2:
Cmd ["/home/circleci/project/big_tests/tests/sasl_external_SUITE_data/sign_cert.sh",
     " --req ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost.csr",
     " --out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost_cert.pem"]
Out Using configuration from openssl-ca-clients.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :ASN.1 12:'grace@localhost'
Certificate is to be certified until Dec 29 15:16:00 2024 GMT (1000 days)
Sign the certificate? [y/n]:

1 out of 1 certificate requests certified, commit? [y/n]Write out database with 1 new entries
Data Base Updated


*** User 2022-04-04 15:16:00.405 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice-self-signed.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = not-alice-self-signed

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:alice-self-signed@localhost
otherName.2 = id-on-xmppAddr;UTF8:alice-self-signed@fed1
email = not-alice-self-signed@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.427 ***
generate_self_signed_cert:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice-self-signed.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice-self-signed_self_signed_cert.pem",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice-self-signed_key.pem",
     " -x509 -outform PEM -extensions client_req_extensions"]
Out Generating a RSA private key
.......+++++
.......+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice-self-signed_key.pem'
-----


*** User 2022-04-04 15:16:00.428 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate-self-signed.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = kate-self-signed

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:kate-self-signed@localhost
otherName.2 = id-on-xmppAddr;UTF8:kate-self-signed@fed1
email = kate-self-signed@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.488 ***
generate_self_signed_cert:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate-self-signed.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate-self-signed_self_signed_cert.pem",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate-self-signed_key.pem",
     " -x509 -outform PEM -extensions client_req_extensions"]
Out Generating a RSA private key
...........+++++
...........................................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate-self-signed_key.pem'
-----


*** User 2022-04-04 15:16:00.489 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob-self-signed.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = bob-self-signed

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:bob-self-signed@localhost
email = bob-self-signed@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.587 ***
generate_self_signed_cert:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob-self-signed.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob-self-signed_self_signed_cert.pem",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob-self-signed_key.pem",
     " -x509 -outform PEM -extensions client_req_extensions"]
Out Generating a RSA private key
..............................................+++++
...............................................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob-self-signed_key.pem'
-----


*** User 2022-04-04 15:16:00.587 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg-self-signed.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = greg-self-signed

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:greg-self-signed@localhost
email = greg-self-signed@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.680 ***
generate_self_signed_cert:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg-self-signed.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg-self-signed_self_signed_cert.pem",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg-self-signed_key.pem",
     " -x509 -outform PEM -extensions client_req_extensions"]
Out Generating a RSA private key
...............................................+++++
.....................................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg-self-signed_key.pem'
-----


*** User 2022-04-04 15:16:00.680 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john-self-signed.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = john-self-signed

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]

email = john-self-signed@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.745 ***
generate_self_signed_cert:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john-self-signed.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john-self-signed_self_signed_cert.pem",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john-self-signed_key.pem",
     " -x509 -outform PEM -extensions client_req_extensions"]
Out Generating a RSA private key
.....................+++++
....................................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john-self-signed_key.pem'
-----


*** User 2022-04-04 15:16:00.745 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost-self-signed.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = john@localhost-self-signed

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]

email = john@localhost-self-signed@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.821 ***
generate_self_signed_cert:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost-self-signed.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost-self-signed_self_signed_cert.pem",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost-self-signed_key.pem",
     " -x509 -outform PEM -extensions client_req_extensions"]
Out Generating a RSA private key
.......+++++
..............................................................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost-self-signed_key.pem'
-----


*** User 2022-04-04 15:16:00.821 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike-self-signed.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = not-mike-self-signed

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]

email = not-mike-self-signed@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.912 ***
generate_self_signed_cert:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike-self-signed.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike-self-signed_self_signed_cert.pem",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike-self-signed_key.pem",
     " -x509 -outform PEM -extensions client_req_extensions"]
Out Generating a RSA private key
.......................................................................+++++
.............+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike-self-signed_key.pem'
-----


*** User 2022-04-04 15:16:00.912 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace-self-signed.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = grace-self-signed

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:grace-self-signed@fed1
otherName.2 = id-on-xmppAddr;UTF8:grace-self-signed@reg1
email = grace-self-signed@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:00.975 ***
generate_self_signed_cert:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace-self-signed.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace-self-signed_self_signed_cert.pem",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace-self-signed_key.pem",
     " -x509 -outform PEM -extensions client_req_extensions"]
Out Generating a RSA private key
......................................................+++++
...+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace-self-signed_key.pem'
-----


*** User 2022-04-04 15:16:00.976 ***
OpenSSL config: /home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost-self-signed.cfg
HOME            = .
RANDFILE        = $ENV::HOME/.rnd

oid_section = xmpp_oids

####################################################################
[ req ]
default_bits        = 4096
distinguished_name  = client_distinguished_name
req_extensions      = client_req_extensions
string_mask         = utf8only
prompt              = no

####################################################################
[ xmpp_oids ]
id-on-xmppAddr = 1.3.6.1.5.5.7.8.5

####################################################################
[ client_distinguished_name ]
commonName                  = grace@localhost-self-signed

####################################################################
[ client_req_extensions ]

subjectKeyIdentifier        = hash
basicConstraints            = CA:FALSE
keyUsage                    = digitalSignature, keyEncipherment
subjectAltName              = @alternate_names
nsComment                   = "Fake Dev-Only Certificate for SASL EXTERNAL tests"

###############################################################################################################
## subjectAltName sections, see 'man x509v3_config' for more information
## example:
## otherName.1 = id-on-xmppAddr;UTF8:alice@localhost
###############################################################################################################
[ alternate_names ]
otherName.1 = id-on-xmppAddr;UTF8:grace-self-signed@fed1
otherName.2 = id-on-xmppAddr;UTF8:grace-self-signed@reg1
email = grace@localhost-self-signed@mail.domain.com ## this is just to have sth in the section


*** User 2022-04-04 15:16:01.026 ***
generate_self_signed_cert:
Cmd ["openssl req -config ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost-self-signed.cfg",
     " -newkey rsa:2048 -sha256 -nodes -out ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost-self-signed_self_signed_cert.pem",
     " -keyout ",
     "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost-self-signed_key.pem",
     " -x509 -outform PEM -extensions client_req_extensions"]
Out Generating a RSA private key
...................+++++
.......................+++++
writing new private key to '/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost-self-signed_key.pem'
-----




=== Ended at 2022-04-04 15:16:01
=== successfully completed test case
=== === Returned value: [{certs,#{"bob" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob_key.pem"},
                              "bob-self-signed" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob-self-signed_self_signed_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/bob-self-signed_key.pem"},
                              "grace" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace_key.pem"},
                              "grace-self-signed" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace-self-signed_self_signed_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace-self-signed_key.pem"},
                              "grace@localhost" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost_key.pem"},
                              "grace@localhost-self-signed" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost-self-signed_self_signed_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/grace@localhost-self-signed_key.pem"},
                              "greg" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg_key.pem"},
                              "greg-self-signed" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg-self-signed_self_signed_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/greg-self-signed_key.pem"},
                              "john" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john_key.pem"},
                              "john-self-signed" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john-self-signed_self_signed_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john-self-signed_key.pem"},
                              "john@localhost" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost_key.pem"},
                              "john@localhost-self-signed" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost-self-signed_self_signed_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/john@localhost-self-signed_key.pem"},
                              "kate" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate_key.pem"},
                              "kate-self-signed" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate-self-signed_self_signed_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/kate-self-signed_key.pem"},
                              "not-alice" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice_key.pem"},
                              "not-alice-self-signed" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice-self-signed_self_signed_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-alice-self-signed_key.pem"},
                              "not-mike" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike_key.pem"},
                              "not-mike-self-signed" =>
                                  #{cert =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike-self-signed_self_signed_cert.pem",
                                    key =>
                                        "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/not-mike-self-signed_key.pem"}}},
                     {{ejabberd_cwd,mongooseim@localhost},
                      "/home/circleci/project/_build/mim1/rel/mongooseim"},
                     {watchdog,<0.16167.2>},
                     {mim_data_dir,"/home/circleci/project/big_tests/tests/sasl_external_SUITE_data"},
                     {preset,"odbc_mssql_mnesia"},
                     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/sasl_external_suite.init_per_suite.html"},
                     {tc_group_properties,[]},
                     {tc_group_path,[]},
                     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/sasl_external_SUITE_data/"},
                     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.sasl_external_SUITE.logs/run.2022-04-04_15.15.59/log_private/"}]


Test run history | Top level test index | Latest test result