Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • I ircbot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • clubstatus
  • ircbot
  • Merge requests
  • !3

added cert-based authentification and server cert validitation.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged moho1 requested to merge moho1/ircbot:certauth into master Apr 10, 2018
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

client key and cert can be generated with openssl:

openssl genrsa -out key.pem 4096
openssl req -x509 -key key.pem -out cert.pem -days 365

(maybe tweak the days value, or leave it to not lose the knowledge ;) )

the hackint ca cert can be found at https://hackint.org/crt/rootca.crt

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: certauth