@@ -74,8 +74,8 @@ if [[ "${PQC_DUAL}" = true ]]; then
7474 " (equivalent to ctx.sigalgs = 'mldsa65') ==="
7575 # FIXME: The `bundle config set ssl_ca_cert` command doesn't work.
7676 # https://bundler.io/man/bundle-config.1.html - ssl_ca_cert
77- # bundle config set --local ssl_ca_cert "${SSL_DIR}/mldsa65-1.crt"
78- export SSL_CERT_FILE=" ${SSL_DIR} /mldsa65-1.crt"
77+ bundle config set --local ssl_ca_cert " ${SSL_DIR} /mldsa65-1.crt"
78+ # export SSL_CERT_FILE="${SSL_DIR}/mldsa65-1.crt"
7979 export OPENSSL_CONF=" ${SSL_DIR} /mldsa65-client.cnf"
8080 bundle config set --local \
8181 mirror.https://localhost:${PORT_HTTPS_NON_PQC} \
@@ -104,8 +104,8 @@ if [[ "${PQC_DUAL}" = true ]]; then
104104 " (equivalent to ctx.sigalgs = 'rsa_pss_rsae_sha256') ==="
105105 # FIXME: The `bundle config set ssl_ca_cert` command doesn't work.
106106 # https://bundler.io/man/bundle-config.1.html - ssl_ca_cert
107- # bundle config set --local ssl_ca_cert "${SSL_DIR}/rsa-1.crt"
108- export SSL_CERT_FILE=" ${SSL_DIR} /rsa-1.crt"
107+ bundle config set --local ssl_ca_cert " ${SSL_DIR} /rsa-1.crt"
108+ # export SSL_CERT_FILE="${SSL_DIR}/rsa-1.crt"
109109 export OPENSSL_CONF=" ${SSL_DIR} /rsa-client.cnf"
110110 bundle config set --local \
111111 mirror.https://localhost:${PORT_HTTPS_NON_PQC} \
@@ -127,8 +127,8 @@ elif [[ "${PQC_SINGLE}" = true ]]; then
127127 " to port ${PORT_HTTPS} ==="
128128 # FIXME: The `bundle config set ssl_ca_cert` command doesn't work.
129129 # https://bundler.io/man/bundle-config.1.html - ssl_ca_cert
130- # bundle config set --local ssl_ca_cert "${SSL_DIR}/mldsa65-1.crt"
131- export SSL_CERT_FILE=" ${SSL_DIR} /mldsa65-1.crt"
130+ bundle config set --local ssl_ca_cert " ${SSL_DIR} /mldsa65-1.crt"
131+ # export SSL_CERT_FILE="${SSL_DIR}/mldsa65-1.crt"
132132 bundle config set --local \
133133 mirror.https://localhost:${PORT_HTTPS_NON_PQC} \
134134 https://localhost:${PORT_HTTPS}
@@ -155,8 +155,8 @@ elif [[ "${PQC_SINGLE}" = true ]]; then
155155 " to port ${PORT_HTTPS_NON_PQC} ==="
156156 # FIXME: The `bundle config set ssl_ca_cert` command doesn't work.
157157 # https://bundler.io/man/bundle-config.1.html - ssl_ca_cert
158- # bundle config set --local ssl_ca_cert "${SSL_DIR}/rsa-1.crt"
159- export SSL_CERT_FILE=" ${SSL_DIR} /rsa-1.crt"
158+ bundle config set --local ssl_ca_cert " ${SSL_DIR} /rsa-1.crt"
159+ # export SSL_CERT_FILE="${SSL_DIR}/rsa-1.crt"
160160 bundle config set --local path vendor/bundle
161161 bundle config list
162162 cp -p " ${TOP_DIR} /client/Gemfile.1" Gemfile
172172
173173 # FIXME: The `bundle config set ssl_ca_cert` command doesn't work.
174174 # https://bundler.io/man/bundle-config.1.html - ssl_ca_cert
175- # bundle config set --local ssl_ca_cert "${SSL_DIR}/rsa-1.crt"
176- export SSL_CERT_FILE=" ${SSL_DIR} /rsa-1.crt"
175+ bundle config set --local ssl_ca_cert " ${SSL_DIR} /rsa-1.crt"
176+ # export SSL_CERT_FILE="${SSL_DIR}/rsa-1.crt"
177177 bundle config set --local \
178178 mirror.https://localhost:${PORT_HTTPS_NON_PQC} \
179179 https://localhost:${PORT_HTTPS}
0 commit comments