Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

While running the command  #33

@junaidtk

Description

@junaidtk

I am trying to run the repository on my local. While configuring I have followed the step mentioned in the repository. While configuring I am stuck in the below step.

$ scripts/register_connector.sh NAME SECURITY_PROFILE CERTIFICATE_FILE

It is not giving the successful result.
The error message is give below.

Generating a 2048 bit RSA private key
................................................................................................................................................+++++
.....+++++
writing new private key to 'keys/junu.key'
-----
error, no objects specified in config file
problems making Certificate Request
grep: keys/junu.cert: No such file or directory
grep: keys/junu.cert: No such file or directory
Error opening Certificate keys/junu.cert

While checking the register_connector.sh, the issue is arising from the below line.

openssl req -newkey rsa:2048 -new -batch -nodes -x509 -days 3650 -text -keyout "keys/${CLIENT_NAME}.key" -out "$CLIENT_CERT"

Any help is much appreciated.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions