[bitnami/ejbca] Fix EJBCA Goss test (#13786)

Signed-off-by: Michiel <michield@vmware.com>
This commit is contained in:
Michiel
2022-12-07 16:47:02 +01:00
committed by GitHub
parent 9e49f82edd
commit 1bd6e1d8d2

View File

@@ -27,7 +27,7 @@ command:
# Identity type 1 corresponds to END-USER
{{- $identityType := "1" }}
add-identity-export-cert:
exec: ejbca.sh ra addendentity --username '{{ $user }}' --caname '{{ $caName}}' --dn '{{ $dn }}' --type {{ $identityType }} --token P12 --password '{{ $pass }}' && ejbca.sh ra setclearpwd '{{ $user }}' '{{ $pass }}' && ejbca.sh batch && ls ./p12/{{ $user }}.p12
exec: cd /opt/bitnami/ejbca && ejbca.sh ra addendentity --username '{{ $user }}' --caname '{{ $caName}}' --dn '{{ $dn }}' --type {{ $identityType }} --token P12 --password '{{ $pass }}' && ejbca.sh ra setclearpwd '{{ $user }}' '{{ $pass }}' && ejbca.sh batch && ls ./p12/{{ $user }}.p12
exit-status: 0
timeout: 20000
check-user-info: