updated sso
diff --git a/tasks/main.yml b/tasks/main.yml
index 17d0750..bf8a079 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -7,14 +7,14 @@
     name: openssh
     state: present
 
-- name: Create Verification and Signing Key
-  tags: ['verify']
-  include_tasks: create-verification-and-signing-key.yml
-
 - name: Create Private key and Self Signed Certificate Request
   tags: ['private']
   include_tasks: create-private-key-and-self-signed-cert.yml
 
+- name: Create Verification and Signing Key
+  tags: ['verify']
+  include_tasks: create-verification-and-signing-key.yml
+
 - name: Update cache with key and value
   cache:
     key: "{{ item.key }}"