Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Upgrade to EasyRSA 3.x #15

Merged
merged 2 commits into from
Sep 5, 2016
Merged

Upgrade to EasyRSA 3.x #15

merged 2 commits into from
Sep 5, 2016

Conversation

nikaro
Copy link
Contributor

@nikaro nikaro commented Sep 4, 2016

  • Automatically grab the latest version of EasyRSA 3.x branch
  • Adapt commands for CA and server certificates generation
  • Rename vars from key_* to cert_* for those whose were not key related
  • Keep default values if vars are empty
  • Does not fail on empty MySQL root password, it is bad but it can happen

- Automatically grab the latest version of EasyRSA 3.x branch
- Adapt commands for CA and server certificates generation
- Rename vars from key_* to cert_* for those whose were not key related
- Keep default values if vars are empty
- Does not fail on empty MySQL root password, it is bad but it can happen
@nikaro nikaro mentioned this pull request Sep 4, 2016
Test of port definition was reversed…

if [[ "$server_port" == "443" || "$server_port" == "" ]]; then
if [[ -z $server_port ]]; then
server_port="443"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yep, definitely better than my version 👍

@Chocobozzz
Copy link
Owner

Nice, I just have a little question (in code comment). Thanks @nikaro :)

@Chocobozzz Chocobozzz merged commit 481e0f7 into Chocobozzz:dev Sep 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants