mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Minor styling fixes
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
32d17e6c93
commit
1f0a878b2e
@ -20,13 +20,13 @@ Module with utilities to generate a auth_pubtkt ticket and
|
||||
sign it with the FreedomBox server's private key.
|
||||
"""
|
||||
|
||||
import os
|
||||
import argparse
|
||||
import base64
|
||||
import datetime
|
||||
import argparse
|
||||
from plinth import action_utils
|
||||
|
||||
from OpenSSL import crypto
|
||||
import os
|
||||
|
||||
from plinth import action_utils
|
||||
|
||||
KEYS_DIRECTORY = '/etc/apache2/auth-pubtkt-keys'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user