You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pv...@apache.org on 2021/06/11 18:39:55 UTC

[cordova-docs] branch master updated: Add VoltSigner to tools (#1175)

This is an automated email from the ASF dual-hosted git repository.

pvpoyer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new ab166dd  Add VoltSigner to tools (#1175)
ab166dd is described below

commit ab166dd60548aca306bbf8446eb1dbc64d18a7c3
Author: George Henne <gh...@nsbasic.com>
AuthorDate: Fri Jun 11 14:39:45 2021 -0400

    Add VoltSigner to tools (#1175)
    
    I posted this to the dev mailing list on April 30. As there were no replies, I hope it's ok to move to the next step:
    
    We’ve got a new tool we’d like to share with the Cordova community. It facilitates the creation of signing certificates for Android and iOS.
    
    https://voltsigner.com
    
    - It’s free
    - No login is required
    - We’re in the process of making of making the source public on GitHub
    - Runs completely in the browser
    - Generates Android and iOS .p12 files on a Windows or MacOS computers.
    - Certificates are made 100% locally - passwords and files are not shared to the cloud.
---
 www/_data/tools.yml                 |   9 +++++++++
 www/static/img/tools/voltsigner.png | Bin 0 -> 17877 bytes
 2 files changed, 9 insertions(+)

diff --git a/www/_data/tools.yml b/www/_data/tools.yml
index 8130f85..78c436d 100644
--- a/www/_data/tools.yml
+++ b/www/_data/tools.yml
@@ -90,3 +90,12 @@
         Modern replacement for PhoneGap Build. Upload project and certificates,
         then download builds (or upload to store). Uses latest 
         Apache Cordova and SDKs. There's nothing to install: just sign up and submit.
+        
+-   name: VoltSigner
+    image: voltsigner.png
+    url: https://voltsigner.com
+    description: >
+        Free service to create Android and iOS signing certificates.
+        Run completely in your local browser - nothing gets uploaded.
+        Compatible with all build tools.
+        Notably, it can produce iOS certificates on Windows.
diff --git a/www/static/img/tools/voltsigner.png b/www/static/img/tools/voltsigner.png
new file mode 100644
index 0000000..6e75bfc
Binary files /dev/null and b/www/static/img/tools/voltsigner.png differ

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org