We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c8921 commit 8484e15Copy full SHA for 8484e15
.github/workflows/ci.yml
@@ -303,6 +303,7 @@ jobs:
303
mkdir -p data/ssl
304
apt update -y
305
apt install openssl -y
306
+ apt install curl
307
openssl version
308
openssl req -subj '/CN=nextcloud.local/C=NP/L=Pokhara' -x509 -sha256 -nodes -days 3650 -newkey rsa:2048 -keyout ./data/ssl/nextcloud.local.key -out ./data/ssl/nextcloud.local.crt
309
ls ./data/ssl
0 commit comments