You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run it, it asks the passphrase and then it does not complete the process unless I press CTRL+C. It only creates a zero byte file in the specified location.
When I run the terminal ideally it should ask for the passphrase and then confirmation to sign the certificate.
The text was updated successfully, but these errors were encountered:
Hello @nosovk
I have tried the following, but it does not work either.
openssl('openssl ca -config openssl.cnf -extensions usr_cert -days 375 -notext -md sha256 -in intermediate/csr/Chani.csr.pem -out certs/Chani.cert.pem -passin pass:Trusted5', function (err, buffer) {
console.log(err.toString(), buffer.toString());
openssl('openssl ca -config intermediate/openssl.cnf -extensions usr_cert -days 375 -notext -md sha256 -in intermediate/csr/Pakaya.csr.pem -out intermediate/certs/Pakaya.cert.pem', function (err, buffer) {
console.log(err.toString(), buffer.toString());
});
When I run it, it asks the passphrase and then it does not complete the process unless I press CTRL+C. It only creates a zero byte file in the specified location.
When I run the terminal ideally it should ask for the passphrase and then confirmation to sign the certificate.
The text was updated successfully, but these errors were encountered: