Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86018
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-02-20 22:41 -0800 |
| References | <c03d11a3-33d3-4b8c-a966-34181e1b5bfd@googlegroups.com> |
| Message-ID | <17160998-e376-438f-8410-4fb8fbe05718@googlegroups.com> (permalink) |
| Subject | Re: subprocess command fails |
| From | Brad s <bcddd214@gmail.com> |
fixed with
now = datetime.datetime.now()
later = now + datetime.timedelta(days=2*365)
striplater = later.strftime('%Y%m%d%H')
# python3.4 makekeys.py
Enter the domain to configure keys for? test1234.com
Generating key pair.......................................................................................................................................................................................+++ ......................................................................................................................................................................................+++
K
Generating key pair.....+++ .........................................................................+++
K
Verifying the zone using the following algorithms: RSASHA256.
Zone fully signed:
Algorithm: RSASHA256: KSKs: 1 active, 0 stand-by, 0 revoked
ZSKs: 1 active, 0 stand-by, 0 revoked
test1234.com.external.signed
Signatures generated: 9
Signatures retained: 0
Signatures dropped: 0
Signatures successfully verified: 0
Signatures unsuccessfully verified: 0
Signing time in seconds: 0.010
Signatures per second: 883.392
Runtime in seconds: 0.013
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
subprocess command fails Brad s <bcddd214@gmail.com> - 2015-02-20 15:30 -0800
Re: subprocess command fails Cameron Simpson <cs@zip.com.au> - 2015-02-21 12:11 +1100
Re: subprocess command fails Brad s <bcddd214@gmail.com> - 2015-02-20 20:47 -0800
Re: subprocess command fails Larry Hudson <orgnut@yahoo.com> - 2015-02-21 12:33 -0800
Re: subprocess command fails Brad s <bcddd214@gmail.com> - 2015-02-20 21:14 -0800
Re: subprocess command fails Cameron Simpson <cs@zip.com.au> - 2015-02-21 17:47 +1100
Re: subprocess command fails Brad s <bcddd214@gmail.com> - 2015-02-20 22:41 -0800
csiph-web