gnu: icedtea-7: Use pem certificates.

This is a follow-up of: 287a8c9048.

* gnu/packages/java.scm (icedtea-7)[arguments]{install-keystore}: Use pem
certificates.
This commit is contained in:
Mathieu Othacehe 2021-09-21 07:38:21 +00:00
parent 287a8c9048
commit baf8272d23
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1640,7 +1640,7 @@ (define (import-cert cert)
(setlocale LC_ALL "en_US.utf8")
(setenv "LC_ALL" "en_US.utf8")
(for-each import-cert (find-files certs-dir "\\.crt$"))
(for-each import-cert (find-files certs-dir "\\.pem$"))
(mkdir-p (string-append (assoc-ref outputs "out")
"/lib/security"))
(mkdir-p (string-append (assoc-ref outputs "jdk")