Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
sysadmin
/
acme-ssl
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit fc73e2ce
authored
Nov 17, 2016
by
Никита Миропольский
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix client bug
1 parent
3567b93f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
acme_client
acme_client
View file @
fc73e2c
...
@@ -16,12 +16,6 @@ except:
...
@@ -16,12 +16,6 @@ except:
print
(
'Cannot read server_url from section [general] in /etc/acme.conf'
)
print
(
'Cannot read server_url from section [general] in /etc/acme.conf'
)
exit
(
1
)
exit
(
1
)
print
(
DEFAULT_CA
)
exit
()
with
open
(
'/etc/amce.config'
,
'r'
)
as
f
:
output
=
f
.
read
()
LOGGER
=
logging
.
getLogger
(
__name__
)
LOGGER
=
logging
.
getLogger
(
__name__
)
LOGGER
.
addHandler
(
logging
.
StreamHandler
())
LOGGER
.
addHandler
(
logging
.
StreamHandler
())
LOGGER
.
setLevel
(
logging
.
INFO
)
LOGGER
.
setLevel
(
logging
.
INFO
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment