Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O openvpn-server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • S1OVS
  • openvpn-server
  • Merge requests
  • !2

New ovs init command

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Oliver Lowe requested to merge initcmd into master May 29, 2020
  • Overview 1
  • Commits 6
  • Pipelines 14
  • Changes 11

ovs init initialises the certificate authority and ovs configuration. Previously these tasks were performed by special jobs for the package manager. Using a plain shell script is easier to test and uncouples the configuration of ovs from the package manager. The configuration steps were just writing text files from templates anyway.

These changes also include removing the openssl ASN1 workaround hacks.

There is still a lot of work to do to get ovs as a deb package without having to rely on the more advanced debian packaging features present in the files like debian/changelog, debian/compat, debian/templates etc. but this is a start!

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