This tag is for dealing with certificates, licenses and software renewal problems
Questions tagged [renewal]
63 questions
45
votes
5 answers
How to force ALL of the DHCP Clients to renew?
Is there any network broadcast call or something that can force all the connected DHCP clients to renew their addresses immediately?
And if not, why not? Surely this functionality has been desired by DHCP administrators from the date it was born.…

Mike Wise
- 22,131
- 8
- 81
- 104
32
votes
5 answers
Cancel auto-renewal subscriptions with Swift
I want to create a button where a user can cancel a auto-renewal subscription (or get redirected to App Store).
Is that possible without the user having to go through the whole purchase process first? If it is, how would you go about doing it?

Nikolaj Simonsen
- 1,650
- 3
- 18
- 34
21
votes
7 answers
Certbot renew: nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory)
Certbot and nginx versions:
certbot installed using certbot.eff.org install guide.
Certbot version: 0.22.2
Nginx version: 1.10.3
Getting ssl certificates works fine:
certbot --nginx
But, in renewal of cerbot certificated
certbot renew…

Roshan Shrestha
- 421
- 1
- 3
- 13
5
votes
1 answer
iOS membership renewal few days late
What happens if I renew my iOS membership few days late? I know that Apple will deny "my ability to distribute applications on the App Store and your access to the iPhone Developer Program Portal." and that all my existing certificates and…

Dch
- 51
- 3
4
votes
0 answers
Android inapp billing subscriptions testing
Is there any way to test inapp subscriptions renewal without having to wait for the previous purchase to expire? I have searched docs but there seems to be no official way to do it. Have you found any workaround for this, please?
I have create…

Lucky Luke
- 147
- 2
- 2
- 9
3
votes
0 answers
MKStoreKit 4.0: How to check if an auto-renewable subscription has been renewed?
I'm using MKStoreKit 4.0 to implement auto-renewable subscriptions in my app and I am able to purchase subscriptions fine but can't get auto-renewal to be successfully tested. This is what I'm doing:
I initialize MKStoreManager at the start of the…

Mattia
- 2,251
- 1
- 22
- 27
3
votes
1 answer
How to get the WooCommerce Subscription parent ID in the renewal order admin email?
Because we send our WC Order Mails straight to our CRM i need the Subscription parent ID of the subscription renewals like
echo 'shop_orderid===' . $order->id . '___
'; // Order ID I found $parent_id = $order->get_parent_id(); but that doesnt…
'; // Order ID I found $parent_id = $order->get_parent_id(); but that doesnt…

GrünerAugust
- 31
- 1
3
votes
0 answers
Late subscription renewal real-time developer notification with Google Play Billing Library 2
When using Google Play Billing Library(GPBL) 2 in the client, the first renewal real-time developer notification(RTDN) arrives 22 hours after the subscription expiration.
Such gap might cause denial of our services for the user.
With GPBL 1.2.2 in…

Pavol
- 31
- 3
3
votes
4 answers
Powershell script to get certificate expiry for a website remotely for multiple servers
I am trying to create an script to get the certificate expiry date for an websites remotely for multiple servers. I have an script which is working for single server (Need to login into server and doing execution), I need to run this remotely for…

bhanu prakash
- 93
- 1
- 2
- 7
3
votes
3 answers
let's encrypt certificate renew after expiration
I'm having issues trying to renew a recently expired certificate issued with let's encrypt.
I tried launching the following commands:
./letsencrypt-auto renew
and
sudo ./letsencrypt-auto certonly --text --agree-tos --email dev@intuizone.com…

Andrea Dragotta
- 91
- 1
- 1
- 8
3
votes
4 answers
php: how to approach auto premium membership renewal?
scenario:
there are 4 items:
30day pass
60day pass
180day pass
365day pass
there is a monthly (30 day) credit cap. so if you use the credit up before the end of the month you need to purchase another 30day pass, or wait till the next renewal…

ggggggggg
- 1,179
- 1
- 8
- 9
2
votes
0 answers
Access-code renewal in an IFRAME
I have an iframe where I display some of the user's Facebook information. When my server generates the content for the iframe, it checks for responses from Facebook indicating that the access-code has expired, and sets up the re-auth sequence to…

Shem Clownderson
- 21
- 1
2
votes
1 answer
Trying to renew a cert made with my own CA fails with "There is already a certificate for... "
I've set up my own CA following the directions from Jamie and issued my first certs a year ago happily. They have now expired, but I'm having a devils own time trying to renew them.
I have tried the code I used to create the certs in the first…

Peter Nunn
- 2,110
- 3
- 29
- 44
2
votes
0 answers
certbot-auto: No such file or directory
Can someone help me please, Im trying to renew my certificate using google console these are my steps.
1.) sudo service httpd stop
2.) ./certbot-auto certonly --force-renewal -w /home/tsibog/public_html/ -d tsibog.app -d www.tsibog.app
3.) sudo…

jaba
- 69
- 9
2
votes
0 answers
Python3 SMTP SSL Cert Renewal - SSL: CERTIFICATE_VERIFY_FAILED unable to get local issuer certificate(_ssl.c:1108)
I'm posting this message since I fixed the problem with the same error codes. It may help others who encounter a similar issue.
I used to run the py script for sending emails. On another side, the mail server Cert got renewed and all of the sudden…

ravinayag
- 33
- 4