blob: ab2eac407547cb806ec47508b1b7d5259e1c5667 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
# details of the ca
ca_name='eckner-ca'
ca_subject_prefix='/C=DE/ST=Thuringia/L=Jena/O=Eckner/OU=Net'
# where should the ca certificates be published?
remote_host='user@example.com'
remote_dir='httpdocs/certs'
|