1
- # patronage-clj
1
+ # patronage
2
2
3
3
[ codesy] ( http://codesy.io ) is a pay-what-you-want market for the open source community to encourage coders to fix important bugs.
4
4
@@ -12,7 +12,23 @@ You will need [Leiningen][1] 2.0 or above installed.
12
12
13
13
To generate a key pair and certificate for local development, run:
14
14
15
- keytool -keystore codesykeystore -alias codesy -genkey -keyalg RSA
15
+ $ keytool -keystore codesykeystore -alias codesy -genkey -keyalg RSA
16
+ Enter keystore password: password
17
+ What is your first and last name?
18
+ [Unknown]: localhost
19
+ What is the name of your organizational unit?
20
+ [Unknown]:
21
+ What is the name of your City or Locality?
22
+ [Unknown]:
23
+ What is the name of your State or Province?
24
+ [Unknown]:
25
+ What is the two-letter country code for this unit?
26
+ [Unknown]:
27
+ Is CN=localhost, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown correct?
28
+ [no]: yes
29
+
30
+ Enter key password for <codesy>
31
+ (RETURN if same as keystore password): password
16
32
17
33
The only mandatory response is to provide the fully qualified host name of the server at the "first and last name" prompt.
18
34
@@ -22,4 +38,17 @@ To start a web server for the application, run:
22
38
23
39
## License
24
40
25
- Copyright © 2013 FIXME
41
+ Copyright © 2013 Edward Cho
42
+
43
+ This program is free software: you can redistribute it and/or modify
44
+ it under the terms of the GNU Affero General Public License as
45
+ published by the Free Software Foundation, either version 3 of the
46
+ License, or (at your option) any later version.
47
+
48
+ This program is distributed in the hope that it will be useful,
49
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
50
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51
+ GNU Affero General Public License for more details.
52
+
53
+ You should have received a copy of the GNU Affero General Public License
54
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
0 commit comments