Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pulp_certguard/tests/functional/artifacts/x509/gensrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ then
-CA certificates/ca.pem \
-CAkey keys/ca.pem \
-CAcreateserial \
-set_serial $RANDOM
-set_serial $RANDOM \
-subj "/CN=$HOSTNAME" &> /dev/null
else
openssl x509 \
Expand All @@ -45,7 +45,7 @@ else
-CA certificates/ca.pem \
-CAkey keys/ca.pem \
-CAcreateserial \
-set_serial $RANDOM
-set_serial $RANDOM \
-subj "/CN=$HOSTNAME" &> /dev/null
fi

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"click>=8.1.0,<=8.1.8",
"cryptography>=38.0.1,<44.0.1",
"Django~=4.2.0", # LTS version, switch only if we have a compelling reason to",
"django-filter>=23.1,<=24.3",
"django-filter>=23.1,<=25.1",
"django-guid>=3.3,<=3.5.0",
"django-import-export>=2.9,<3.4.0",
"django-lifecycle>=1.0,<=1.2.4",
Expand Down