2015-02-09 18:26:35 +00:00
|
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
|
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
2015-03-03 18:45:43 +00:00
|
|
|
|
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
2022-04-18 20:58:06 +00:00
|
|
|
|
;;; Copyright © 2016-2017, 2021-2022 Ludovic Courtès <ludo@gnu.org>
|
2017-03-01 01:21:10 +00:00
|
|
|
|
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
2018-02-20 02:27:54 +00:00
|
|
|
|
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
2021-01-26 15:02:30 +00:00
|
|
|
|
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
2021-01-27 15:12:10 +00:00
|
|
|
|
;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
|
2021-06-23 16:47:59 +00:00
|
|
|
|
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
|
2015-02-09 18:26:35 +00:00
|
|
|
|
;;;
|
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
|
;;; your option) any later version.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
|
;;;
|
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
(define-module (gnu packages certs)
|
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
|
|
|
#:use-module (guix packages)
|
2021-01-27 18:59:53 +00:00
|
|
|
|
#:use-module (guix utils)
|
2015-02-09 18:26:35 +00:00
|
|
|
|
#:use-module (guix download)
|
2022-04-03 00:49:15 +00:00
|
|
|
|
#:use-module (guix gexp)
|
2021-06-23 16:47:59 +00:00
|
|
|
|
#:use-module (guix git-download)
|
|
|
|
|
#:use-module (guix build-system copy)
|
2015-02-10 19:55:53 +00:00
|
|
|
|
#:use-module (guix build-system gnu)
|
2015-02-09 18:26:35 +00:00
|
|
|
|
#:use-module (guix build-system trivial)
|
|
|
|
|
#:use-module (gnu packages)
|
2021-06-23 16:47:59 +00:00
|
|
|
|
#:use-module (gnu packages curl)
|
gnu: Move content of openssl module into tls module.
* gnu/packages/openssl.scm (openssl, perl-net-ssleay): Move to...
* gnu/packages/tls.scm: ...here.
* gnu/packages/openssl.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Unregister deleted file.
* gnu/packages/{admin.scm, bittorrent.scm, certs.scm, ci.scm,
cyrus-sasl.scm, databases.scm, dns.scm, ebook.scm, enlightenment.scm,
gnunet.scm, libreoffice.scm, links.scm, mail.scm, messaging.scm,
networking.scm, ntp.scm, openldap.scm, package-management.scm, pdf.scm,
python.scm, qt.scm, rdesktop.scm, rdf.scm, ruby.scm, ssh.scm,
synergy.scm, tor.scm, version-control.scm, video.scm, vpn.scm,
w3m.scm, web.scm, weechat.scm, xiph.scm}: Adapt module import.
2015-07-05 16:27:24 +00:00
|
|
|
|
#:use-module (gnu packages python)
|
2021-01-27 14:59:37 +00:00
|
|
|
|
#:use-module (gnu packages perl)
|
gnu: Move content of openssl module into tls module.
* gnu/packages/openssl.scm (openssl, perl-net-ssleay): Move to...
* gnu/packages/tls.scm: ...here.
* gnu/packages/openssl.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Unregister deleted file.
* gnu/packages/{admin.scm, bittorrent.scm, certs.scm, ci.scm,
cyrus-sasl.scm, databases.scm, dns.scm, ebook.scm, enlightenment.scm,
gnunet.scm, libreoffice.scm, links.scm, mail.scm, messaging.scm,
networking.scm, ntp.scm, openldap.scm, package-management.scm, pdf.scm,
python.scm, qt.scm, rdesktop.scm, rdf.scm, ruby.scm, ssh.scm,
synergy.scm, tor.scm, version-control.scm, video.scm, vpn.scm,
w3m.scm, web.scm, weechat.scm, xiph.scm}: Adapt module import.
2015-07-05 16:27:24 +00:00
|
|
|
|
#:use-module (gnu packages tls))
|
2015-02-09 18:26:35 +00:00
|
|
|
|
|
2021-06-23 16:47:59 +00:00
|
|
|
|
(define-public desec-certbot-hook
|
|
|
|
|
(let ((commit "68da7abc0793602fd336962a7e2348b57c5d6fd6")
|
|
|
|
|
(revision "0"))
|
|
|
|
|
(package
|
|
|
|
|
(name "desec-certbot-hook")
|
|
|
|
|
(version
|
|
|
|
|
(git-version "0" revision commit))
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(git-reference
|
|
|
|
|
(url "https://github.com/desec-io/desec-certbot-hook")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0qjqk6i85b1y7fgzcx74r4gn2i4dkjza34hkzp6kyn9hrb8f2gv2"))))
|
|
|
|
|
(build-system copy-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-script
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* "hook.sh"
|
|
|
|
|
;; The hook-script look for '.dedynauth' file in $PWD.
|
|
|
|
|
;; But users cannot create or edit files in store.
|
|
|
|
|
;; So we patch the hook-script to look for '.dedynauth' file,
|
|
|
|
|
;; in /etc/desec.
|
|
|
|
|
(("\\$\\(pwd\\)")
|
|
|
|
|
"/etc/desec")
|
|
|
|
|
;; Make absolute reference to curl program.
|
|
|
|
|
(("curl")
|
|
|
|
|
(string-append (assoc-ref inputs "curl")
|
|
|
|
|
"/bin/curl"))))))
|
|
|
|
|
#:install-plan
|
|
|
|
|
'(("." "etc/desec" #:include ("hook.sh")))))
|
|
|
|
|
(inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
|
(list curl))
|
2021-06-23 16:47:59 +00:00
|
|
|
|
(synopsis "Certbot DNS challenge automatization for deSEC")
|
|
|
|
|
(description "The deSEC can be used to obtain certificates with certbot
|
|
|
|
|
DNS ownership verification. With the help of this hook script, you can obtain
|
|
|
|
|
your Let's Encrypt certificate using certbot with authorization provided by the
|
|
|
|
|
DNS challenge mechanism, that is, you will not need a running web server or any
|
|
|
|
|
port forwarding to your local machine.")
|
|
|
|
|
(home-page "https://desec.io")
|
|
|
|
|
(license license:expat))))
|
|
|
|
|
|
2021-11-22 22:32:25 +00:00
|
|
|
|
(define-public certdata2pem
|
2021-01-27 04:11:55 +00:00
|
|
|
|
(let ((revision "1")
|
|
|
|
|
(commit "4c576f350f44186d439179f63d5be19f710a73f5"))
|
|
|
|
|
(package
|
|
|
|
|
(name "certdata2pem")
|
|
|
|
|
(version "0.0.0") ;no version
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
2021-01-27 15:12:10 +00:00
|
|
|
|
"https://raw.githubusercontent.com/sabotage-linux/sabotage/"
|
2021-01-27 04:11:55 +00:00
|
|
|
|
commit "/KEEP/certdata2pem.c"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1rywp29q4l1cs2baplkbcravxqs4kw2cys4yifhfznbc210pskq6"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases (modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
2021-09-20 10:26:30 +00:00
|
|
|
|
(add-before 'build 'fix-extension
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "certdata2pem.c"
|
|
|
|
|
(("\\.crt")
|
|
|
|
|
".pem"))))
|
2021-01-27 04:11:55 +00:00
|
|
|
|
(replace 'build
|
|
|
|
|
(lambda _
|
2021-01-27 18:59:53 +00:00
|
|
|
|
(invoke ,(cc-for-target) "certdata2pem.c"
|
|
|
|
|
"-o" "certdata2pem")))
|
2021-01-27 04:11:55 +00:00
|
|
|
|
(delete 'check) ;no test suite
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(install-file "certdata2pem"
|
|
|
|
|
(string-append out "/bin"))))))))
|
|
|
|
|
(home-page "https://github.com/sabotage-linux/")
|
|
|
|
|
(synopsis "Utility to split TLS certificates data into multiple PEM files")
|
|
|
|
|
(description "This is a C version of the certdata2pem Python utility
|
|
|
|
|
that was originally contributed to Debian.")
|
|
|
|
|
(license license:isc))))
|
2015-02-10 19:55:53 +00:00
|
|
|
|
|
|
|
|
|
(define-public nss-certs
|
2016-07-08 09:28:57 +00:00
|
|
|
|
(package
|
2015-02-10 19:55:53 +00:00
|
|
|
|
(name "nss-certs")
|
2021-12-16 00:12:10 +00:00
|
|
|
|
;; XXX We used to refer to the nss package here, but that eventually caused
|
|
|
|
|
;; module cycles. The below is a quick copy-paste job that must be kept in
|
|
|
|
|
;; sync manually. Surely there's a better way…?
|
|
|
|
|
(version "3.71")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (let ((version-with-underscores
|
|
|
|
|
(string-join (string-split version #\.) "_")))
|
|
|
|
|
(string-append
|
|
|
|
|
"https://ftp.mozilla.org/pub/mozilla.org/security/nss/"
|
|
|
|
|
"releases/NSS_" version-with-underscores "_RTM/src/"
|
|
|
|
|
"nss-" version ".tar.gz")))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0ly2l3dv6z5hlxs72h5x6796ni3x1bq60saavaf42ddgv4ax7b4r"))
|
|
|
|
|
;; Create nss.pc and nss-config.
|
|
|
|
|
(patches (search-patches "nss-3.56-pkgconfig.patch"
|
|
|
|
|
"nss-getcwd-nonnull.patch"
|
|
|
|
|
"nss-increase-test-timeout.patch"))
|
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
|
|
|
|
'(begin
|
|
|
|
|
;; Delete the bundled copy of these libraries.
|
|
|
|
|
(delete-file-recursively "nss/lib/zlib")
|
|
|
|
|
(delete-file-recursively "nss/lib/sqlite")))))
|
2015-02-10 19:55:53 +00:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(outputs '("out"))
|
|
|
|
|
(native-inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
|
(list certdata2pem openssl))
|
2015-02-10 19:55:53 +00:00
|
|
|
|
(inputs '())
|
|
|
|
|
(propagated-inputs '())
|
|
|
|
|
(arguments
|
2022-04-03 00:49:15 +00:00
|
|
|
|
(list #:modules '((guix build gnu-build-system)
|
|
|
|
|
(guix build utils)
|
|
|
|
|
(rnrs io ports)
|
|
|
|
|
(srfi srfi-26))
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases
|
|
|
|
|
(map (cut assq <> %standard-phases)
|
|
|
|
|
'(set-paths install-locale unpack))
|
|
|
|
|
(add-after 'unpack 'install
|
|
|
|
|
(lambda _
|
|
|
|
|
(let ((certsdir (string-append #$output
|
|
|
|
|
"/etc/ssl/certs/")))
|
|
|
|
|
(with-directory-excursion "nss/lib/ckfw/builtins/"
|
|
|
|
|
(unless (file-exists? "blacklist.txt")
|
|
|
|
|
(call-with-output-file "blacklist.txt" (const #t)))
|
|
|
|
|
;; Extract selected single certificates from blob.
|
|
|
|
|
(invoke "certdata2pem")
|
|
|
|
|
;; Copy .pem files into the output.
|
|
|
|
|
(for-each (cut install-file <> certsdir)
|
|
|
|
|
(find-files "." ".*\\.pem$")))
|
|
|
|
|
(invoke "openssl" "rehash" certsdir)))))))
|
2015-02-10 19:55:53 +00:00
|
|
|
|
(synopsis "CA certificates from Mozilla")
|
|
|
|
|
(description
|
2016-07-08 09:28:57 +00:00
|
|
|
|
"This package provides certificates for Certification Authorities (CA)
|
|
|
|
|
taken from the NSS package and thus ultimately from the Mozilla project.")
|
|
|
|
|
(home-page "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS")
|
|
|
|
|
(license license:mpl2.0)))
|
2017-03-01 01:21:10 +00:00
|
|
|
|
|
|
|
|
|
(define-public le-certs
|
|
|
|
|
(package
|
|
|
|
|
(name "le-certs")
|
2021-04-12 06:19:33 +00:00
|
|
|
|
(version "1")
|
2017-03-01 01:21:10 +00:00
|
|
|
|
(source #f)
|
|
|
|
|
(build-system trivial-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:modules ((guix build utils))
|
|
|
|
|
#:builder
|
|
|
|
|
(begin
|
|
|
|
|
(use-modules (guix build utils))
|
2021-04-12 06:19:33 +00:00
|
|
|
|
(let ((root-rsa (assoc-ref %build-inputs "isrgrootx1.pem"))
|
|
|
|
|
(root-ecdsa (assoc-ref %build-inputs "isrgrootx2.pem"))
|
|
|
|
|
(intermediate-rsa (assoc-ref %build-inputs "letsencryptauthorityr3.pem"))
|
|
|
|
|
(intermediate-ecdsa (assoc-ref %build-inputs "letsencryptauthoritye1.pem"))
|
|
|
|
|
(backup-rsa (assoc-ref %build-inputs "letsencryptauthorityr4.pem"))
|
|
|
|
|
(backup-ecdsa (assoc-ref %build-inputs "letsencryptauthoritye2.pem"))
|
2017-07-28 12:50:52 +00:00
|
|
|
|
(out (string-append (assoc-ref %outputs "out") "/etc/ssl/certs"))
|
|
|
|
|
(openssl (assoc-ref %build-inputs "openssl"))
|
|
|
|
|
(perl (assoc-ref %build-inputs "perl")))
|
2017-03-01 01:21:10 +00:00
|
|
|
|
(mkdir-p out)
|
|
|
|
|
(for-each
|
|
|
|
|
(lambda (cert)
|
|
|
|
|
(copy-file cert (string-append out "/"
|
|
|
|
|
(strip-store-file-name cert))))
|
2021-04-12 06:19:33 +00:00
|
|
|
|
(list root-rsa root-ecdsa
|
|
|
|
|
intermediate-rsa intermediate-ecdsa
|
|
|
|
|
backup-rsa backup-ecdsa))
|
2017-07-28 12:50:52 +00:00
|
|
|
|
|
|
|
|
|
;; Create hash symlinks suitable for OpenSSL ('SSL_CERT_DIR' and
|
|
|
|
|
;; similar.)
|
|
|
|
|
(chdir (string-append %output "/etc/ssl/certs"))
|
2018-03-23 07:27:24 +00:00
|
|
|
|
(invoke (string-append perl "/bin/perl")
|
|
|
|
|
(string-append openssl "/bin/c_rehash")
|
|
|
|
|
".")))))
|
2017-07-28 12:50:52 +00:00
|
|
|
|
(native-inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
|
(list openssl perl)) ;for 'c_rehash'
|
2017-03-01 01:21:10 +00:00
|
|
|
|
(inputs
|
|
|
|
|
`(; The Let's Encrypt root certificate, "ISRG Root X1".
|
|
|
|
|
("isrgrootx1.pem"
|
|
|
|
|
,(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri "https://letsencrypt.org/certs/isrgrootx1.pem")
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2020-02-15 16:03:35 +00:00
|
|
|
|
"1la36n2f31j9s03v847ig6ny9lr875q3g7smnq33dcsmf2i5gd92"))))
|
2021-04-12 06:19:33 +00:00
|
|
|
|
; Upcoming ECDSA Let's Encrypt root certificate, "ISRG Root X2"
|
|
|
|
|
; Let's Encrypt describes it as "Active, limited availability"
|
|
|
|
|
("isrgrootx2.pem"
|
2017-03-01 01:21:10 +00:00
|
|
|
|
,(origin
|
|
|
|
|
(method url-fetch)
|
2021-04-12 06:19:33 +00:00
|
|
|
|
(uri "https://letsencrypt.org/certs/isrg-root-x2.pem")
|
2017-03-01 01:21:10 +00:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-04-12 06:19:33 +00:00
|
|
|
|
"04xh8912nwkghqydbqvvmslpqbcafgxgjh9qnn0z2vgy24g8hgd1"))))
|
|
|
|
|
;; "Let’s Encrypt Authority R3", the active Let's Encrypt intermediate
|
|
|
|
|
;; RSA certificate.
|
|
|
|
|
("letsencryptauthorityr3.pem"
|
|
|
|
|
,(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri "https://letsencrypt.org/certs/lets-encrypt-r3.pem")
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0clxry49rx6qd3pgbzknpgzywbg3j96zy0227wwjnwivqj7inzhp"))))
|
|
|
|
|
;; "Let’s Encrypt Authority E1", the active Let's Encrypt intermediate
|
|
|
|
|
;; ECDSA certificate.
|
|
|
|
|
("letsencryptauthoritye1.pem"
|
|
|
|
|
,(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri "https://letsencrypt.org/certs/lets-encrypt-e1.pem")
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1zwrc6dlk1qig0z23x6x7fib14rrw41ccbf2ds0rw75zccc59xx0"))))
|
|
|
|
|
;; "Let’s Encrypt Authority R4", the backup Let's Encrypt intermediate
|
|
|
|
|
;; RSA certificate. This will be used for disaster recovery and will only be
|
|
|
|
|
;; used should Let's Encrypt lose the ability to issue with "Let’s
|
|
|
|
|
;; Encrypt Authority R3".
|
|
|
|
|
("letsencryptauthorityr4.pem"
|
|
|
|
|
,(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri "https://letsencrypt.org/certs/lets-encrypt-r4.pem")
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"09bzxzbwb9x2xxan3p1fyj1pi2p5yks0879gwz5f28y9mzq8vmd8"))))
|
|
|
|
|
;; "Let’s Encrypt Authority E2", the backup Let's Encrypt intermediate
|
|
|
|
|
;; ECDSA certificate. This will be used for disaster recovery and will
|
|
|
|
|
;; only be used should Let's Encrypt lose the ability to issue with "Let’s
|
|
|
|
|
;; Encrypt Authority E1".
|
|
|
|
|
("letsencryptauthoritye2.pem"
|
|
|
|
|
,(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri "https://letsencrypt.org/certs/lets-encrypt-e2.pem")
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1wfmsa29lyi9dkh6xdcamb2rhkp5yl2ppnsgrzcrjl5c7gbqh9ml"))))))
|
2017-03-01 01:21:10 +00:00
|
|
|
|
(home-page "https://letsencrypt.org/certificates/")
|
|
|
|
|
(synopsis "Let's Encrypt root and intermediate certificates")
|
|
|
|
|
(description "This package provides a certificate store containing only the
|
|
|
|
|
Let's Encrypt root and intermediate certificates. It is intended to be used
|
|
|
|
|
within Guix.")
|
|
|
|
|
(license license:public-domain)))
|