Skip to content

Commit

Permalink
Document :certificates.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jun 2, 2012
1 parent b4f6b81 commit 2a089a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample.project.clj
Expand Up @@ -48,6 +48,10 @@
:plugins [[lein-pprint "1.1.1"] :plugins [[lein-pprint "1.1.1"]
[lein-assoc "0.1.0"] [lein-assoc "0.1.0"]
[s3-wagon-private "1.1.1"]] [s3-wagon-private "1.1.1"]]
;; If you configure a custom repository with a self-signed SSL
;; certificate, you will need to add it here. Paths should be either
;; be on Leiningen's classpath or relative to the project root.
:certificates ["blueant.pem"]
;; Each active profile gets merged into the project map. The :dev ;; Each active profile gets merged into the project map. The :dev
;; and :user profiles are active by default, but the latter should be ;; and :user profiles are active by default, but the latter should be
;; looked up in ~/.lein/profiles.clj rather than set in project.clj. ;; looked up in ~/.lein/profiles.clj rather than set in project.clj.
Expand Down

0 comments on commit 2a089a1

Please sign in to comment.