gnunet-transport-certificate-creation.1 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .\" This file is part of GNUnet.
  2. .\" Copyright (C) 2001-2019 GNUnet e.V.
  3. .\"
  4. .\" Permission is granted to copy, distribute and/or modify this document
  5. .\" under the terms of the GNU Free Documentation License, Version 1.3 or
  6. .\" any later version published by the Free Software Foundation; with no
  7. .\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  8. .\" copy of the license is included in the file
  9. .\" FDL-1.3.
  10. .\"
  11. .\" A copy of the license is also available from the Free Software
  12. .\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}.
  13. .\"
  14. .\" Alternately, this document is also available under the General
  15. .\" Public License, version 3 or later, as published by the Free Software
  16. .\" Foundation. A copy of the license is included in the file
  17. .\" GPL3.
  18. .\"
  19. .\" A copy of the license is also available from the Free Software
  20. .\" Foundation Web site at http://www.gnu.org/licenses/gpl.html
  21. .\"
  22. .\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
  23. .\"
  24. .Dd January 31, 2014
  25. .Dt GNUNET-TRANSPORT-CERTIFICATE-CREATION 1
  26. .Os
  27. .Sh NAME
  28. .Nm gnunet-transport-certificate-creation
  29. .Nd
  30. create certificate for HTTPS transport
  31. .Sh SYNOPSIS
  32. .Nm
  33. .Op privatekey
  34. .Op certificate
  35. .Sh DESCRIPTION
  36. .Nm
  37. uses openssl to generate a RSA private key and then a self-signed certificate for HTTPS transport.
  38. .Sh SEE ALSO
  39. .Xr gnunet-transport 1
  40. .sp
  41. The full documentation for gnunet is maintained as a Texinfo manual.
  42. If the
  43. .Xr info 1
  44. and gnunet programs are properly installed at your site, the command
  45. .Pp
  46. .Dl info gnunet
  47. .Pp
  48. should give you access to the complete handbook,
  49. .Pp
  50. .Dl info gnunet-c-tutorial
  51. .Pp
  52. will give you access to a tutorial for developers.
  53. .sp
  54. Depending on your installation, this information is also available in
  55. .Xr gnunet 7 and
  56. .Xr gnunet-c-tutorial 7 .
  57. .\".Sh HISTORY
  58. .\".Sh AUTHORS
  59. .Sh BUGS
  60. Report bugs by using
  61. .Lk https://bugs.gnunet.org
  62. or by sending electronic mail to
  63. .Aq Mt gnunet-developers@gnu.org .