Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pipelines build hanging on openssl genrsa

Tom Metcalfe October 4, 2018

Hi,

As part of my pipelines build I have the following commands:

master:
- step:
caches:
- composer
script:
- cp .env.dist .env
- openssl genrsa -out config/jwt/private.pem -aes256 4096
- openssl rsa -pubout -in config/jwt/private.pem -out config/jwt/public.pem
- composer install

 

I'm seeing Pipelines get to openssl genrsa command and then it hangs there:

Screen Shot 2018-10-04 at 4.28.47 pm.png

Has anyone else found this has happened to them and how have they gotten around it?

Cheers

Tom

1 answer

0 votes
Oleg Aleksandrovich July 16, 2019

Fixed same problem, i think this is enough for testing purpose

openssl genrsa -out config/jwt/private.pem 4096

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events