File: 0200.txt

package info (click to toggle)
libgraph-easy-perl 0.76-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,264 kB
  • sloc: perl: 23,869; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Example from: http://wiki.debian.org.hk/w/Generate_SSL_cert
# http://wiki.debian.org.hk/w/Generate_SSL_cert

[ Start ] { shape: rounded; }
-- openssl\n genrsa --> [ key ]
-- openssl\n req --> [ Certificate\n Signing\n Request\n (CSR) ]
-> [ CA ] { label: "Certificate\n Authority\n (CA)"; shape: circle; }
-> [ Certificate\n (CRT) ]

[ CA ] -> [ Certificate\n Revocation\n List\n (CRL) ]

[ CA Key ] -> [ CA ]