Ryan Bolger

Results 203 comments of Ryan Bolger

Man, that's frustrating. I'm curious though, are there two different authorization objects with the same dns-01 token value? Or is there just one that the module ends up using for...

Huh..so yeah. Two different authz's that have the same token value. But it does look like the CA is happy since both are valid. So I would think it should...

It looks like this plugin will currently only work on PowerShell 7+ because [ImportFromPem](https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.rsa.importfrompem) doesn't exist in .NET Framework that old PowerShell 5.1 uses. However, it should be possible to...

I was actually attempting to work on it over the weekend by purchasing a throwaway domain from TransIP to test with, but I ran into trouble paying for it since...

Pushed some changes that mostly revolve around parameter naming and debug logging. I need to head to bed, but I stumbled on a potential bug when I was testing adding...

I was actually just about to test a fix for this. ~The API doesn't seem to care if the TTL matches on the delete request body at least if I...

Fixed the TTL matching issue. Added a user guide and some support file modifications. I think I'm about ready to merge this if you want to give the current version...

I was just about to push a release when you submitted the PR. So likely very soon.