mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
fix: command
remove duplicated occ Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
7433e302e6
commit
7404491079
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ if [[ ! -d "vendor" ]]; then
|
|||
composer install
|
||||
fi
|
||||
occ app:enable libresign
|
||||
occ occ libresign:install --use-local-cert --java
|
||||
occ libresign:install --use-local-cert --java
|
||||
occ libresign:install --use-local-cert --pdftk
|
||||
occ libresign:install --use-local-cert --jsignpdf
|
||||
occ libresign:configure:openssl --cn=CommonName --c=BR --ou=OrganizationUnit --st=RioDeJaneiro --o=LibreSign --l=RioDeJaneiro
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue