GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Mono(cert-sync) Mono(cert-sync)

cert-sync - Mono Certificate Store Sync Tool

cert-sync [--quiet] [--user] filename

This tool allows you to populate a Mono certificate store, from a large concatenated list of certificates in PEM format (commonly provided on most Linux distributions).

Its use is intended to be automated at Mono install time, by distribution packagers, to seamlessly provide SSL support to Mono applications without further user interaction.

--quiet
Suppress verbose output
--user
Populate the per-user store in the user's home directory, instead of the system-wide store.
filename.crt
Path to a certificate bundle. The Mono store will have any extra entries removed, and new entries added, to reflect the provided file.

cert-sync /etc/ssl/certs/ca-certificates.crt
Synchronize the machine store, from the Debian cert store location
cert-sync --user /etc/pki/tls/certs/ca-bundle.crt
Synchronize the user store, from the Red Hat cert store location

Written by Jo Shields

Copyright (C) 2016 Microsoft Corp

Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.

Visit http://www.mono-project.com for details

certmgr(1)

Search for    or go to Top of page |  Section c |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.