Skip to content

Commit

Permalink
comments added + ca.pem creation
Browse files Browse the repository at this point in the history
  • Loading branch information
bedis committed Oct 3, 2012
1 parent 1543482 commit 4bf82c6
Showing 1 changed file with 5 additions and 0 deletions.
@@ -1,3 +1,8 @@
# server PEM file creation (order matters)
cat server.crt > server.pem
cat server.key >> server.pem

# certificate authority concatenation (order doesn't matters)
cat ca.crt > ca.pem
cat ca2.crt >> ca.pem

0 comments on commit 4bf82c6

Please sign in to comment.