-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added List Certificate Function #587
Closed
Closed
Changes from 6 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
0dc5107
Certificate Expiry date changes
psgoundar 09a9123
Change Client profiles save folder to /opt/ovpn
psgoundar 671e21d
Added PiVPN Function listcerts
psgoundar 230459c
Updated Menu
psgoundar 74f33d1
Fixed Menu Listing
psgoundar b858a8b
Menu Updates
psgoundar 526cd74
Added PiVPN function listclients
psgoundar d62213d
Updated File locations for Log files in Server.conf
psgoundar 9e24832
Added Placeholder for New Features 6,7,8 to Menu
psgoundar 3305056
Fixed Menu Selection Error
psgoundar f2411c0
Added Certificate Expiration Dates to listcerts()
psgoundar a24c5de
Refresh
psgoundar 8652391
Refresh
psgoundar bbf489f
Set Server Cert to 12775 All others to 1080 Days
psgoundar d18a10d
Merge pull request #1 from angristan/master
psgoundar f783a3e
Merge pull request #2 from angristan/master
psgoundar 4dce304
Added List function to Show Issued Certificates
psgoundar 163f729
Updated Syntax Formating
psgoundar dd5f3e1
Cleaned up Formating
psgoundar d5bd197
Disabled Listing of Revoked Certs
psgoundar dbae6a1
Fixed Issue for Cert Names when OU is defined.
psgoundar 47d6888
Updated Backup Script
psgoundar bdc67ad
Merge branch 'master' of https://github.com/psgoundar/openvpn-install
psgoundar b3b30ab
Fixed Restore Script Error
psgoundar 865fecb
Updated Backup Script
psgoundar b9be231
Updates to Restore and Backup Script
psgoundar f1d63cf
Merge pull request #4 from angristan/master
psgoundar 47c7385
Merge pull request #5 from angristan/master
psgoundar b330282
ccd changes
psgoundar 0314c28
Merge branch 'master' of https://github.com/psgoundar/openvpn-install
psgoundar 87d88a7
Reverting Changes to be consistant with angristan
psgoundar ab19e8b
Misc
psgoundar 33e754e
Commit
psgoundar 95be2fa
Updated list function tabbing
psgoundar 9c517cb
Added List function to Show Issued Certificates
psgoundar f6dd08d
Updated Syntax Formating
psgoundar cfc63eb
Cleaned up Formating
psgoundar 13adb69
Disabled Listing of Revoked Certs
psgoundar 3a438a6
Fixed Issue for Cert Names when OU is defined.
psgoundar d481be7
Merge branch 'angristan' of https://github.com/psgoundar/openvpn-inst…
psgoundar 05e998b
New Merge
psgoundar 8eecbf2
Rebase
psgoundar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3, 8, 9?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've got multiple other options that I've added to my repo And I was planning on slowly submitting all the changes up to the main repo.
And I didn't want to continually be renumbering the remove and Exit options
Such as:
echo " 1) Add a new user"
echo " 2) Revoke existing user"
echo " 3) List Current Issued Certificates"
echo " 4) List Current Active Users"
echo " 5) Backup Configuration"
echo " 6) Restore Configuration from Backup *Incomplete"
echo " 7) Sync Configuration to Alternate Servers *Incomplete"
echo " 8) Remove OpenVPN"
echo " 9) Exit"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do the appropriate changes for this PR :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I totally Screwed up my branch. I will close this pull Request. And pull another with the neccessary Changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok :)